Shades of Dodger Blue #32A2F6
Tints of Dodger Blue #32A2F6
RGB
CMYK
RGB Variations
Color information
#32A2F6 (or 0x32A2F6) is known color: Dodger Blue. HEX triplet: 32, A2 and F6. RGB value is (50,162,246). Sum of RGB (Red+Green+Blue) = 50+162+246=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #32A2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A2F6 is #CD5D09. Grayscale: #898989. Windows color (decimal): -13458698 or 16163378. OLE color: 16163378.
HSL color Cylindrical-coordinate representation of color #32A2F6: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A2F6 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 162 | 246 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.04 |
| HSL | 205.71º | 0.92% | 0.58% | - |
| HSV(B) | 205.71º | 0.8% | 0.96% | - |
| XYZ | 30.87 | 33.17 | 91.96 | - |
| YUV | 138.09 | 188.89 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 246 | 0.80 | 0.34 | 0 | 0.04 | 205.71 | 0.92 | 0.58 |
| Hex | 32 | A2 | F6 | 50 | 22 | 0 | 4 | CE | 5C | 3A |
| Octal | 62 | 242 | 366 | 120 | 42 | 0 | 4 | 316 | 134 | 72 |
| Binary | 110010 | 10100010 | 11110110 | 1010000 | 100010 | 0 | 100 | 11001110 | 1011100 | 111010 |
Color Harmonies of #32A2F6
Complementary color
Monochromatic Colors of #32A2F6
Black with #32A2F6
Text Example
Text Example
White with #32A2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A2F6; }
p { color: rgb(50,162,246); }
H1.HeaderClassName
{
color: #32A2F6;
}
.AnyTagClassName
{
color: #32A2F6;
}
</style>
background-color css
<style>
a { background-color: #32A2F6; }
a { background-color: rgb(50,162,246); }
div.DivClassName
{
background-color: #32A2F6;
}
.BgClassName
{
background-color: #32A2F6;
}
</style>
border-color css
<style>
span { border-color: #32A2F6; }
span { border-color: rgb(50,162,246); }
td.TdClassName
{
border-color: #32A2F6;
}
.TagClassName
{
border-color: #32A2F6;
}
</style>