Shades of Dodger Blue #209FEA
Tints of Dodger Blue #209FEA
RGB
CMYK
RGB Variations
Color information
#209FEA (or 0x209FEA) is known color: 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
| RGB | 32 | 159 | 234 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.08 |
| HSL | 202.28º | 0.83% | 0.52% | - |
| HSV(B) | 202.28º | 0.86% | 0.92% | - |
| XYZ | 27.85 | 31.04 | 82.37 | - |
| YUV | 129.58 | 186.92 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 234 | 0.86 | 0.32 | 0 | 0.08 | 202.28 | 0.83 | 0.52 |
| Hex | 20 | 9F | EA | 56 | 20 | 0 | 8 | CA | 53 | 34 |
| Octal | 40 | 237 | 352 | 126 | 40 | 0 | 10 | 312 | 123 | 64 |
| Binary | 100000 | 10011111 | 11101010 | 1010110 | 100000 | 0 | 1000 | 11001010 | 1010011 | 110100 |
Color Harmonies of #209FEA
Complementary color
Monochromatic Colors of #209FEA
Black with #209FEA
Text Example
Text Example
White with #209FEA
Text Example
Text Example
HTML Codes & Css Web 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>