Shades of Dodger Blue #32A0FF
Tints of Dodger Blue #32A0FF
RGB
CMYK
RGB Variations
Color information
#32A0FF (or 0x32A0FF) is known color: Dodger Blue. HEX triplet: 32, A0 and FF. RGB value is (50,160,255). Sum of RGB (Red+Green+Blue) = 50+160+255=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #32A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A0FF is #CD5F00. Grayscale: #898989. Windows color (decimal): -13459201 or 16752690. OLE color: 16752690.
HSL color Cylindrical-coordinate representation of color #32A0FF: hue angle of 207.8º 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 #32A0FF is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 160 | 255 | - |
| CMYK | 0.80 | 0.37 | 0 | 0 |
| HSL | 207.8º | 1% | 0.6% | - |
| HSV(B) | 207.8º | 0.8% | 1% | - |
| XYZ | 31.94 | 33.04 | 99.3 | - |
| YUV | 137.94 | 194.06 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 255 | 0.80 | 0.37 | 0 | 0 | 207.8 | 1 | 0.6 |
| Hex | 32 | A0 | FF | 50 | 25 | 0 | 0 | D0 | 64 | 3C |
| Octal | 62 | 240 | 377 | 120 | 45 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110010 | 10100000 | 11111111 | 1010000 | 100101 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #32A0FF
Complementary color
Monochromatic Colors of #32A0FF
Black with #32A0FF
Text Example
Text Example
White with #32A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A0FF; }
p { color: rgb(50,160,255); }
H1.HeaderClassName
{
color: #32A0FF;
}
.AnyTagClassName
{
color: #32A0FF;
}
</style>
background-color css
<style>
a { background-color: #32A0FF; }
a { background-color: rgb(50,160,255); }
div.DivClassName
{
background-color: #32A0FF;
}
.BgClassName
{
background-color: #32A0FF;
}
</style>
border-color css
<style>
span { border-color: #32A0FF; }
span { border-color: rgb(50,160,255); }
td.TdClassName
{
border-color: #32A0FF;
}
.TagClassName
{
border-color: #32A0FF;
}
</style>