Html Css Color HEX #008CED Dodger Blue

📋 copy color: '#008CED'

red 0 ◦ green 140 ◦ blue 237

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

Shades of Dodger Blue #008CED

Tints of Dodger Blue #008CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 0%
G = 37.14%
B = 62.86%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#008CED (or 0x008CED) is known color: Dodger Blue. HEX triplet: 00, 8C and ED. RGB value is (0,140,237). Sum of RGB (Red+Green+Blue) = 0+140+237=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #008CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CED is #FF7312. Grayscale: #6C6C6C. Windows color (decimal): -16741139 or 15567872. OLE color: 15567872.

HSL color Cylindrical-coordinate representation of color #008CED: hue angle of 204.56º 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 #008CED is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 140 237 -
CMYK 1 0.41 0 0.07
HSL 204.56º 1% 0.46% -
HSV(B) 204.56º 1% 0.93% -
XYZ 24.66 24.87 83.62 -
YUV 109.2 200.12 50.11 -
System Red Green Blue C M Y K H S L
Decimal 0 140 237 1 0.41 0 0.07 204.56 1 0.46
Hex 0 8C ED 64 29 0 7 CD 64 2E
Octal 0 214 355 144 51 0 7 315 144 56
Binary 0 10001100 11101101 1100100 101001 0 111 11001101 1100100 101110

Color Harmonies of #008CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CED

Black with #008CED

Text Example


Text Example

White with #008CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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