Shades of Dodger Blue #32AAFF
Tints of Dodger Blue #32AAFF
RGB
CMYK
RGB Variations
Color information
#32AAFF (or 0x32AAFF) is known color: Dodger Blue. HEX triplet: 32, AA and FF. RGB value is (50,170,255). Sum of RGB (Red+Green+Blue) = 50+170+255=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #32AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAFF is #CD5500. Grayscale: #8F8F8F. Windows color (decimal): -13456641 or 16755250. OLE color: 16755250.
HSL color Cylindrical-coordinate representation of color #32AAFF: hue angle of 204.88º 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 #32AAFF is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 170 | 255 | - |
| CMYK | 0.80 | 0.33 | 0 | 0 |
| HSL | 204.88º | 1% | 0.6% | - |
| HSV(B) | 204.88º | 0.8% | 1% | - |
| XYZ | 33.74 | 36.65 | 99.9 | - |
| YUV | 143.81 | 190.74 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 255 | 0.80 | 0.33 | 0 | 0 | 204.88 | 1 | 0.6 |
| Hex | 32 | AA | FF | 50 | 21 | 0 | 0 | CD | 64 | 3C |
| Octal | 62 | 252 | 377 | 120 | 41 | 0 | 0 | 315 | 144 | 74 |
| Binary | 110010 | 10101010 | 11111111 | 1010000 | 100001 | 0 | 0 | 11001101 | 1100100 | 111100 |
Color Harmonies of #32AAFF
Complementary color
Monochromatic Colors of #32AAFF
Black with #32AAFF
Text Example
Text Example
White with #32AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAFF; }
p { color: rgb(50,170,255); }
H1.HeaderClassName
{
color: #32AAFF;
}
.AnyTagClassName
{
color: #32AAFF;
}
</style>
background-color css
<style>
a { background-color: #32AAFF; }
a { background-color: rgb(50,170,255); }
div.DivClassName
{
background-color: #32AAFF;
}
.BgClassName
{
background-color: #32AAFF;
}
</style>
border-color css
<style>
span { border-color: #32AAFF; }
span { border-color: rgb(50,170,255); }
td.TdClassName
{
border-color: #32AAFF;
}
.TagClassName
{
border-color: #32AAFF;
}
</style>