#008CED

Color #008CED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #008CED

Tints of Dodger Blue #008CED

Color information

#008CED (or 0x008CED) is unknown color: approx 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

RGB0140237-
CMYK10.4100.07
HSL204.56º100%46.47%-
HSV(B)204.56º100%92.94%-
XYZ24.6624.8783.62-
YUV109.2200.1250.11-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal014023710.4100.07204.5610046.47
Hex08CED642907cd642e
Octal0214355144510731514456
Binary0100011001110110111001001010010111110011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>