Shades of Dodger Blue #32A8FB
Tints of Dodger Blue #32A8FB
RGB
CMYK
RGB Variations
Color information
#32A8FB (or 0x32A8FB) is known color: Dodger Blue. HEX triplet: 32, A8 and FB. RGB value is (50,168,251). Sum of RGB (Red+Green+Blue) = 50+168+251=469 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.66% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #32A8FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A8FB is #CD5704. Grayscale: #8D8D8D. Windows color (decimal): -13457157 or 16492594. OLE color: 16492594.
HSL color Cylindrical-coordinate representation of color #32A8FB: hue angle of 204.78º degrees, saturation: 0.96, 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 #32A8FB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 168 | 251 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.02 |
| HSL | 204.78º | 0.96% | 0.59% | - |
| HSV(B) | 204.78º | 0.8% | 0.98% | - |
| XYZ | 32.73 | 35.65 | 96.42 | - |
| YUV | 142.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 251 | 0.80 | 0.33 | 0 | 0.02 | 204.78 | 0.96 | 0.59 |
| Hex | 32 | A8 | FB | 50 | 21 | 0 | 2 | CD | 60 | 3B |
| Octal | 62 | 250 | 373 | 120 | 41 | 0 | 2 | 315 | 140 | 73 |
| Binary | 110010 | 10101000 | 11111011 | 1010000 | 100001 | 0 | 10 | 11001101 | 1100000 | 111011 |
Color Harmonies of #32A8FB
Complementary color
Monochromatic Colors of #32A8FB
Black with #32A8FB
Text Example
Text Example
White with #32A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A8FB; }
p { color: rgb(50,168,251); }
H1.HeaderClassName
{
color: #32A8FB;
}
.AnyTagClassName
{
color: #32A8FB;
}
</style>
background-color css
<style>
a { background-color: #32A8FB; }
a { background-color: rgb(50,168,251); }
div.DivClassName
{
background-color: #32A8FB;
}
.BgClassName
{
background-color: #32A8FB;
}
</style>
border-color css
<style>
span { border-color: #32A8FB; }
span { border-color: rgb(50,168,251); }
td.TdClassName
{
border-color: #32A8FB;
}
.TagClassName
{
border-color: #32A8FB;
}
</style>