#209BEA

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

Shades of Dodger Blue #209BEA

Tints of Dodger Blue #209BEA

Color information

#209BEA (or 0x209BEA) is unknown color: approx Dodger Blue. HEX triplet: 20, 9B and EA. RGB value is (32,155,234). Sum of RGB (Red+Green+Blue) = 32+155+234=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #209BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209BEA is #DF6415. Grayscale: #7E7E7E. Windows color (decimal): -14640150 or 15375136. OLE color: 15375136.

HSL color Cylindrical-coordinate representation of color #209BEA: hue angle of 203.47º 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 #209BEA is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB32155234-
CMYK0.860.3400.08
HSL203.47º82.79%52.16%-
HSV(B)203.47º86.32%91.76%-
XYZ27.1729.6982.14-
YUV127.23188.2560.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.60%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 234 (91.80% from 255) = 55.58%
R=7.60%
G=36.82%
B=55.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal321552340.860.3400.08203.4782.7952.16
Hex209BEA562208cb5334
Octal402333521264201031312364
Binary1000001001101111101010101011010001001000110010111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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