COLOR #0000CD

HEX: #0000CD
RGB: (0,0,205)

Renk bilgisi

Rengin adı MediumBlue. #0000CD contains only blue color. #0000CD ‘ nin web güvenlik rengi #0000CC (ya da #00C) dir.

RGB renk modeli

#0000CD color RGB value is (0,0,205).

  • kırmız ton 0;
  • yeşil ton 0;
  • mavi ton 205.
RGB:
(0,0,205)
(0%,0%,80%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 205 of 255 = 80%

0
0
205

R + G + B ~ 27%. #0000CD is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 0 + 205 = 205 (100%)
R 0 of 205 ~ 0%
G 0 of 205 ~ 0%
B 205 of 205 ~ 100%

%100

CMYK RENK MODELİ

#0000CD rengi CMYK tonu (100,100,0,20).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(100,100,0,20)
C100M100Y0K20 
(100%,100%,0%,20%)
(1.00/1.00/0.00/0.20)	

CMYK yüzdeleri

%100
%100
%0
%19.61

Codes

Color #0000CD in popluar color models

0000CD
RGB00205
HSL240°100.00%40.20%
HSB/HSV240°100.00%80.39%
CMYK100.00%100.00%0.00%
19.61%

Color #0000CD in popluar number systems.

HEX0000CD
Decimal00205
Binary0011001101
Octal00315

Shades and tints

Shades of #0000CD

#0000CD
(0,0,205)
#0000BB
(0,0,187)
#0000A9
(0,0,169)
#000097
(0,0,151)
#000085
(0,0,133)
#000073
(0,0,115)
#000061
(0,0,97)
#00004F
(0,0,79)
#00003D
(0,0,61)
#00002B
(0,0,43)
#000019
(0,0,25)
#000000
(0,0,0)

Tints of #0000CD

#0000CD
(0,0,205)
#1717D1
(23,23,209)
#2E2ED5
(46,46,213)
#4545D9
(69,69,217)
#5C5CDD
(92,92,221)
#7373E1
(115,115,225)
#8A8AE5
(138,138,229)
#A1A1E9
(161,161,233)
#B8B8ED
(184,184,237)
#CFCFF1
(207,207,241)
#E6E6F5
(230,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0000CD color. Also use rgb(0,0,205) instead hex code.

Text Font Color

.myTextColor { color: #0000CD; }

<p style="color:#0000CD">This sample text font color is #0000CD.</p>

This text font color is #0000CD.


Background Color

.myBgColor { background-color: #0000CD; }

<div style="background-color:#0000CD">Inner text</div>

This div background color is #0000CD.


Border color

.myBorderColor { border: 1px solid #0000CD; }

<div style="border:3px solid #0000CD">Div</div>

This div border color is #0000CD.


Opacity

.myOpacity80 { color: #0000CD; opacity: 0.8; }

<p style="color:#0000CD;opacity:0.8;">80%</p>

Text with #0000CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0000CD;}

<p style="text-shadow: 3px 3px 1px #0000CD">Text here.</p>

This text has shadow with #0000CD color.

.textShadow {text-shadow: 3px 3px 1px #0000CD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0000CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #0000CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0000CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0000CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #0000CD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0000CD;
  -webkit-box-shadow:	1px 1px 3px 2px #0000CD;
  box-shadow:		1px 1px 3px 2px #0000CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0000CD;
-webkit-box-shadow: 1px 1px 3px 2px #0000CD;
box-shadow:1px 1px 3px 2px #0000CD;">
Div content here</div>
This div box has shadow with color #0000CD.

Preview

Color preview on black background

This text has color #0000CD on black background.


Color preview on white background

This text has color #0000CD on white background.



Black color preview on #0000CD background

This text has black color on #0000CD background.


White color preview on #0000CD background

This text has white color on #0000CD background.