Shades of Dodger Blue #32A2F9
Tints of Dodger Blue #32A2F9
RGB
CMYK
RGB Variations
Color information
#32A2F9 (or 0x32A2F9) is known color: Dodger Blue. HEX triplet: 32, A2 and F9. RGB value is (50,162,249). Sum of RGB (Red+Green+Blue) = 50+162+249=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #32A2F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A2F9 is #CD5D06. Grayscale: #898989. Windows color (decimal): -13458695 or 16359986. OLE color: 16359986.
HSL color Cylindrical-coordinate representation of color #32A2F9: hue angle of 206.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A2F9 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 162 | 249 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.02 |
| HSL | 206.23º | 0.94% | 0.59% | - |
| HSV(B) | 206.23º | 0.8% | 0.98% | - |
| XYZ | 31.33 | 33.36 | 94.41 | - |
| YUV | 138.43 | 190.39 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 249 | 0.80 | 0.35 | 0 | 0.02 | 206.23 | 0.94 | 0.59 |
| Hex | 32 | A2 | F9 | 50 | 23 | 0 | 2 | CE | 5E | 3B |
| Octal | 62 | 242 | 371 | 120 | 43 | 0 | 2 | 316 | 136 | 73 |
| Binary | 110010 | 10100010 | 11111001 | 1010000 | 100011 | 0 | 10 | 11001110 | 1011110 | 111011 |
Color Harmonies of #32A2F9
Complementary color
Monochromatic Colors of #32A2F9
Black with #32A2F9
Text Example
Text Example
White with #32A2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A2F9; }
p { color: rgb(50,162,249); }
H1.HeaderClassName
{
color: #32A2F9;
}
.AnyTagClassName
{
color: #32A2F9;
}
</style>
background-color css
<style>
a { background-color: #32A2F9; }
a { background-color: rgb(50,162,249); }
div.DivClassName
{
background-color: #32A2F9;
}
.BgClassName
{
background-color: #32A2F9;
}
</style>
border-color css
<style>
span { border-color: #32A2F9; }
span { border-color: rgb(50,162,249); }
td.TdClassName
{
border-color: #32A2F9;
}
.TagClassName
{
border-color: #32A2F9;
}
</style>