Shades of Dodger Blue #209BEA
Tints of Dodger Blue #209BEA
RGB
CMYK
RGB Variations
Color information
#209BEA (or 0x209BEA) is known color: 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
| RGB | 32 | 155 | 234 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.08 |
| HSL | 203.47º | 0.83% | 0.52% | - |
| HSV(B) | 203.47º | 0.86% | 0.92% | - |
| XYZ | 27.17 | 29.69 | 82.14 | - |
| YUV | 127.23 | 188.25 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 234 | 0.86 | 0.34 | 0 | 0.08 | 203.47 | 0.83 | 0.52 |
| Hex | 20 | 9B | EA | 56 | 22 | 0 | 8 | CB | 53 | 34 |
| Octal | 40 | 233 | 352 | 126 | 42 | 0 | 10 | 313 | 123 | 64 |
| Binary | 100000 | 10011011 | 11101010 | 1010110 | 100010 | 0 | 1000 | 11001011 | 1010011 | 110100 |
Color Harmonies of #209BEA
Complementary color
Monochromatic Colors of #209BEA
Black with #209BEA
Text Example
Text Example
White with #209BEA
Text Example
Text Example
HTML Codes & Css Web 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>