Html Css Color HEX #009CED Dodger Blue

📋 copy color: '#009CED'

red 0 ◦ green 156 ◦ blue 237

#009CED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #009CED

Tints of Dodger Blue #009CED

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 156 (61.33% from 255) = 39.69%

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 0%
G = 39.69%
B = 60.31%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#009CED (or 0x009CED) is known color: Dodger Blue. HEX triplet: 00, 9C and ED. RGB value is (0,156,237). Sum of RGB (Red+Green+Blue) = 0+156+237=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #009CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CED is #FF6312. Grayscale: #767676. Windows color (decimal): -16737043 or 15571968. OLE color: 15571968.

HSL color Cylindrical-coordinate representation of color #009CED: hue angle of 200.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CED is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 156 237 -
CMYK 1 0.34 0 0.07
HSL 200.51º 1% 0.46% -
HSV(B) 200.51º 1% 0.93% -
XYZ 27.17 29.89 84.46 -
YUV 118.59 194.82 43.41 -
System Red Green Blue C M Y K H S L
Decimal 0 156 237 1 0.34 0 0.07 200.51 1 0.46
Hex 0 9C ED 64 22 0 7 C9 64 2E
Octal 0 234 355 144 42 0 7 311 144 56
Binary 0 10011100 11101101 1100100 100010 0 111 11001001 1100100 101110

Color Harmonies of #009CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CED

Black with #009CED

Text Example


Text Example

White with #009CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009CED; }

 p { color: rgb(0,156,237); }

 H1.HeaderClassName
 {
   color: #009CED;
 }
 .AnyTagClassName
 {
   color: #009CED;
 }
</style>

background-color css

<style>
 a { background-color: #009CED; }

 a { background-color: rgb(0,156,237); }

 div.DivClassName
 {
   background-color: #009CED;
 }
 .BgClassName
 {
   background-color: #009CED;
 }
</style>

border-color css

<style>
 span { border-color: #009CED; }

 span { border-color: rgb(0,156,237); }

 td.TdClassName
 {
   border-color: #009CED;
 }
 .TagClassName
 {
   border-color: #009CED;
 }
</style>