Shades of Dodger Blue #32ACFF
Tints of Dodger Blue #32ACFF
RGB
CMYK
RGB Variations
Color information
#32ACFF (or 0x32ACFF) is known color: Dodger Blue. HEX triplet: 32, AC and FF. RGB value is (50,172,255). Sum of RGB (Red+Green+Blue) = 50+172+255=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #32ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ACFF is #CD5300. Grayscale: #909090. Windows color (decimal): -13456129 or 16755762. OLE color: 16755762.
HSL color Cylindrical-coordinate representation of color #32ACFF: hue angle of 204.29º 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 #32ACFF is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 172 | 255 | - |
| CMYK | 0.80 | 0.33 | 0 | 0 |
| HSL | 204.29º | 1% | 0.6% | - |
| HSV(B) | 204.29º | 0.8% | 1% | - |
| XYZ | 34.12 | 37.4 | 100.03 | - |
| YUV | 144.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 255 | 0.80 | 0.33 | 0 | 0 | 204.29 | 1 | 0.6 |
| Hex | 32 | AC | FF | 50 | 21 | 0 | 0 | CC | 64 | 3C |
| Octal | 62 | 254 | 377 | 120 | 41 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110010 | 10101100 | 11111111 | 1010000 | 100001 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #32ACFF
Complementary color
Monochromatic Colors of #32ACFF
Black with #32ACFF
Text Example
Text Example
White with #32ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACFF; }
p { color: rgb(50,172,255); }
H1.HeaderClassName
{
color: #32ACFF;
}
.AnyTagClassName
{
color: #32ACFF;
}
</style>
background-color css
<style>
a { background-color: #32ACFF; }
a { background-color: rgb(50,172,255); }
div.DivClassName
{
background-color: #32ACFF;
}
.BgClassName
{
background-color: #32ACFF;
}
</style>
border-color css
<style>
span { border-color: #32ACFF; }
span { border-color: rgb(50,172,255); }
td.TdClassName
{
border-color: #32ACFF;
}
.TagClassName
{
border-color: #32ACFF;
}
</style>