Shades of Dodger Blue #209BEB
Tints of Dodger Blue #209BEB
RGB
CMYK
RGB Variations
Color information
#209BEB (or 0x209BEB) is known color: Dodger Blue. HEX triplet: 20, 9B and EB. RGB value is (32,155,235). Sum of RGB (Red+Green+Blue) = 32+155+235=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #209BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209BEB is #DF6414. Grayscale: #7E7E7E. Windows color (decimal): -14640149 or 15440672. OLE color: 15440672.
HSL color Cylindrical-coordinate representation of color #209BEB: hue angle of 203.65º degrees, saturation: 0.84, 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 #209BEB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 155 | 235 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.08 |
| HSL | 203.65º | 0.84% | 0.52% | - |
| HSV(B) | 203.65º | 0.86% | 0.92% | - |
| XYZ | 27.31 | 29.75 | 82.9 | - |
| YUV | 127.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 235 | 0.86 | 0.34 | 0 | 0.08 | 203.65 | 0.84 | 0.52 |
| Hex | 20 | 9B | EB | 56 | 22 | 0 | 8 | CC | 54 | 34 |
| Octal | 40 | 233 | 353 | 126 | 42 | 0 | 10 | 314 | 124 | 64 |
| Binary | 100000 | 10011011 | 11101011 | 1010110 | 100010 | 0 | 1000 | 11001100 | 1010100 | 110100 |
Color Harmonies of #209BEB
Complementary color
Monochromatic Colors of #209BEB
Black with #209BEB
Text Example
Text Example
White with #209BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BEB; }
p { color: rgb(32,155,235); }
H1.HeaderClassName
{
color: #209BEB;
}
.AnyTagClassName
{
color: #209BEB;
}
</style>
background-color css
<style>
a { background-color: #209BEB; }
a { background-color: rgb(32,155,235); }
div.DivClassName
{
background-color: #209BEB;
}
.BgClassName
{
background-color: #209BEB;
}
</style>
border-color css
<style>
span { border-color: #209BEB; }
span { border-color: rgb(32,155,235); }
td.TdClassName
{
border-color: #209BEB;
}
.TagClassName
{
border-color: #209BEB;
}
</style>