Shades of Dodger Blue #32AAFE
Tints of Dodger Blue #32AAFE
RGB
CMYK
RGB Variations
Color information
#32AAFE (or 0x32AAFE) is known color: Dodger Blue. HEX triplet: 32, AA and FE. RGB value is (50,170,254). Sum of RGB (Red+Green+Blue) = 50+170+254=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #32AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAFE is #CD5501. Grayscale: #8F8F8F. Windows color (decimal): -13456642 or 16689714. OLE color: 16689714.
HSL color Cylindrical-coordinate representation of color #32AAFE: hue angle of 204.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AAFE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 170 | 254 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.00 |
| HSL | 204.71º | 0.99% | 0.6% | - |
| HSV(B) | 204.71º | 0.8% | 1% | - |
| XYZ | 33.58 | 36.58 | 99.06 | - |
| YUV | 143.7 | 190.24 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 254 | 0.80 | 0.33 | 0 | 0.00 | 204.71 | 0.99 | 0.6 |
| Hex | 32 | AA | FE | 50 | 21 | 0 | 0 | CD | 63 | 3C |
| Octal | 62 | 252 | 376 | 120 | 41 | 0 | 0 | 315 | 143 | 74 |
| Binary | 110010 | 10101010 | 11111110 | 1010000 | 100001 | 0 | 0 | 11001101 | 1100011 | 111100 |
Color Harmonies of #32AAFE
Complementary color
Monochromatic Colors of #32AAFE
Black with #32AAFE
Text Example
Text Example
White with #32AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAFE; }
p { color: rgb(50,170,254); }
H1.HeaderClassName
{
color: #32AAFE;
}
.AnyTagClassName
{
color: #32AAFE;
}
</style>
background-color css
<style>
a { background-color: #32AAFE; }
a { background-color: rgb(50,170,254); }
div.DivClassName
{
background-color: #32AAFE;
}
.BgClassName
{
background-color: #32AAFE;
}
</style>
border-color css
<style>
span { border-color: #32AAFE; }
span { border-color: rgb(50,170,254); }
td.TdClassName
{
border-color: #32AAFE;
}
.TagClassName
{
border-color: #32AAFE;
}
</style>