Shades of Dodger Blue #32A4FA
Tints of Dodger Blue #32A4FA
RGB
CMYK
RGB Variations
Color information
#32A4FA (or 0x32A4FA) is known color: Dodger Blue. HEX triplet: 32, A4 and FA. RGB value is (50,164,250). Sum of RGB (Red+Green+Blue) = 50+164+250=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #32A4FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A4FA is #CD5B05. Grayscale: #8B8B8B. Windows color (decimal): -13458182 or 16426034. OLE color: 16426034.
HSL color Cylindrical-coordinate representation of color #32A4FA: hue angle of 205.8º degrees, saturation: 0.95, 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 #32A4FA is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 164 | 250 | - |
| CMYK | 0.8 | 0.34 | 0 | 0.02 |
| HSL | 205.8º | 0.95% | 0.59% | - |
| HSV(B) | 205.8º | 0.8% | 0.98% | - |
| XYZ | 31.85 | 34.13 | 95.35 | - |
| YUV | 139.72 | 190.23 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 250 | 0.8 | 0.34 | 0 | 0.02 | 205.8 | 0.95 | 0.59 |
| Hex | 32 | A4 | FA | 50 | 22 | 0 | 2 | CE | 5F | 3B |
| Octal | 62 | 244 | 372 | 120 | 42 | 0 | 2 | 316 | 137 | 73 |
| Binary | 110010 | 10100100 | 11111010 | 1010000 | 100010 | 0 | 10 | 11001110 | 1011111 | 111011 |
Color Harmonies of #32A4FA
Complementary color
Monochromatic Colors of #32A4FA
Black with #32A4FA
Text Example
Text Example
White with #32A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A4FA; }
p { color: rgb(50,164,250); }
H1.HeaderClassName
{
color: #32A4FA;
}
.AnyTagClassName
{
color: #32A4FA;
}
</style>
background-color css
<style>
a { background-color: #32A4FA; }
a { background-color: rgb(50,164,250); }
div.DivClassName
{
background-color: #32A4FA;
}
.BgClassName
{
background-color: #32A4FA;
}
</style>
border-color css
<style>
span { border-color: #32A4FA; }
span { border-color: rgb(50,164,250); }
td.TdClassName
{
border-color: #32A4FA;
}
.TagClassName
{
border-color: #32A4FA;
}
</style>