#209FEA

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

Shades of Dodger Blue #209FEA

Tints of Dodger Blue #209FEA

Color information

#209FEA (or 0x209FEA) is unknown color: approx Dodger Blue. HEX triplet: 20, 9F and EA. RGB value is (32,159,234). Sum of RGB (Red+Green+Blue) = 32+159+234=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #209FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209FEA is #DF6015. Grayscale: #818181. Windows color (decimal): -14639126 or 15376160. OLE color: 15376160.

HSL color Cylindrical-coordinate representation of color #209FEA: hue angle of 202.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209FEA is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB32159234-
CMYK0.860.3200.08
HSL202.28º82.79%52.16%-
HSV(B)202.28º86.32%91.76%-
XYZ27.8531.0482.37-
YUV129.58186.9258.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.53%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 234 (91.80% from 255) = 55.06%
R=7.53%
G=37.41%
B=55.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal321592340.860.3200.08202.2882.7952.16
Hex209FEA562008ca5334
Octal402373521264001031212364
Binary1000001001111111101010101011010000001000110010101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,159,234); }

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

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

 a { background-color: rgb(32,159,234); }

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

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

 span { border-color: rgb(32,159,234); }

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