Shades of Dodger Blue #32A9FF
Tints of Dodger Blue #32A9FF
RGB
CMYK
RGB Variations
Color information
#32A9FF (or 0x32A9FF) is known color: Dodger Blue. HEX triplet: 32, A9 and FF. RGB value is (50,169,255). Sum of RGB (Red+Green+Blue) = 50+169+255=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #32A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A9FF is #CD5600. Grayscale: #8E8E8E. Windows color (decimal): -13456897 or 16754994. OLE color: 16754994.
HSL color Cylindrical-coordinate representation of color #32A9FF: hue angle of 205.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A9FF is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 169 | 255 | - |
| CMYK | 0.80 | 0.34 | 0 | 0 |
| HSL | 205.17º | 1% | 0.6% | - |
| HSV(B) | 205.17º | 0.8% | 1% | - |
| XYZ | 33.55 | 36.27 | 99.84 | - |
| YUV | 143.22 | 191.08 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 255 | 0.80 | 0.34 | 0 | 0 | 205.17 | 1 | 0.6 |
| Hex | 32 | A9 | FF | 50 | 22 | 0 | 0 | CD | 64 | 3C |
| Octal | 62 | 251 | 377 | 120 | 42 | 0 | 0 | 315 | 144 | 74 |
| Binary | 110010 | 10101001 | 11111111 | 1010000 | 100010 | 0 | 0 | 11001101 | 1100100 | 111100 |
Color Harmonies of #32A9FF
Complementary color
Monochromatic Colors of #32A9FF
Black with #32A9FF
Text Example
Text Example
White with #32A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A9FF; }
p { color: rgb(50,169,255); }
H1.HeaderClassName
{
color: #32A9FF;
}
.AnyTagClassName
{
color: #32A9FF;
}
</style>
background-color css
<style>
a { background-color: #32A9FF; }
a { background-color: rgb(50,169,255); }
div.DivClassName
{
background-color: #32A9FF;
}
.BgClassName
{
background-color: #32A9FF;
}
</style>
border-color css
<style>
span { border-color: #32A9FF; }
span { border-color: rgb(50,169,255); }
td.TdClassName
{
border-color: #32A9FF;
}
.TagClassName
{
border-color: #32A9FF;
}
</style>