Shades of Dodger Blue #209AED
Tints of Dodger Blue #209AED
RGB
CMYK
RGB Variations
Color information
#209AED (or 0x209AED) is known color: Dodger Blue. HEX triplet: 20, 9A and ED. RGB value is (32,154,237). Sum of RGB (Red+Green+Blue) = 32+154+237=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #209AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209AED is #DF6512. Grayscale: #7E7E7E. Windows color (decimal): -14640403 or 15571488. OLE color: 15571488.
HSL color Cylindrical-coordinate representation of color #209AED: hue angle of 204.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209AED is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 154 | 237 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.07 |
| HSL | 204.29º | 0.85% | 0.53% | - |
| HSV(B) | 204.29º | 0.86% | 0.93% | - |
| XYZ | 27.44 | 29.53 | 84.38 | - |
| YUV | 126.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 237 | 0.86 | 0.35 | 0 | 0.07 | 204.29 | 0.85 | 0.53 |
| Hex | 20 | 9A | ED | 56 | 23 | 0 | 7 | CC | 55 | 35 |
| Octal | 40 | 232 | 355 | 126 | 43 | 0 | 7 | 314 | 125 | 65 |
| Binary | 100000 | 10011010 | 11101101 | 1010110 | 100011 | 0 | 111 | 11001100 | 1010101 | 110101 |
Color Harmonies of #209AED
Complementary color
Monochromatic Colors of #209AED
Black with #209AED
Text Example
Text Example
White with #209AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209AED; }
p { color: rgb(32,154,237); }
H1.HeaderClassName
{
color: #209AED;
}
.AnyTagClassName
{
color: #209AED;
}
</style>
background-color css
<style>
a { background-color: #209AED; }
a { background-color: rgb(32,154,237); }
div.DivClassName
{
background-color: #209AED;
}
.BgClassName
{
background-color: #209AED;
}
</style>
border-color css
<style>
span { border-color: #209AED; }
span { border-color: rgb(32,154,237); }
td.TdClassName
{
border-color: #209AED;
}
.TagClassName
{
border-color: #209AED;
}
</style>