#209EED

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

Shades of Dodger Blue #209EED

Tints of Dodger Blue #209EED

Color information

#209EED (or 0x209EED) is unknown color: approx Dodger Blue. HEX triplet: 20, 9E and ED. RGB value is (32,158,237). Sum of RGB (Red+Green+Blue) = 32+158+237=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #209EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209EED is #DF6112. Grayscale: #808080. Windows color (decimal): -14639379 or 15572512. OLE color: 15572512.

HSL color Cylindrical-coordinate representation of color #209EED: hue angle of 203.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209EED is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB32158237-
CMYK0.860.3300.07
HSL203.12º85.06%52.75%-
HSV(B)203.12º86.5%92.94%-
XYZ28.1130.8884.6-
YUV129.33188.7658.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.49%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=7.49%
G=37.00%
B=55.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal321582370.860.3300.07203.1285.0652.75
Hex209EED562107cb5535
Octal40236355126410731312565
Binary100000100111101110110110101101000010111110010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209EED; }

 p { color: rgb(32,158,237); }

 H1.HeaderClassName
 {
   color: #209EED;
 }
 .AnyTagClassName
 {
   color: #209EED;
 }
</style>
background-color css

<style>
 a { background-color: #209EED; }

 a { background-color: rgb(32,158,237); }

 div.DivClassName
 {
   background-color: #209EED;
 }
 .BgClassName
 {
   background-color: #209EED;
 }
</style>
border-color css

<style>
 span { border-color: #209EED; }

 span { border-color: rgb(32,158,237); }

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