Shades of Dodger Blue #32A8FC
Tints of Dodger Blue #32A8FC
RGB
CMYK
RGB Variations
Color information
#32A8FC (or 0x32A8FC) is known color: Dodger Blue. HEX triplet: 32, A8 and FC. RGB value is (50,168,252). Sum of RGB (Red+Green+Blue) = 50+168+252=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #32A8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A8FC is #CD5703. Grayscale: #8D8D8D. Windows color (decimal): -13457156 or 16558130. OLE color: 16558130.
HSL color Cylindrical-coordinate representation of color #32A8FC: hue angle of 204.95º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A8FC is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 168 | 252 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.01 |
| HSL | 204.95º | 0.97% | 0.59% | - |
| HSV(B) | 204.95º | 0.8% | 0.99% | - |
| XYZ | 32.89 | 35.71 | 97.26 | - |
| YUV | 142.29 | 189.91 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 252 | 0.80 | 0.33 | 0 | 0.01 | 204.95 | 0.97 | 0.59 |
| Hex | 32 | A8 | FC | 50 | 21 | 0 | 1 | CD | 61 | 3B |
| Octal | 62 | 250 | 374 | 120 | 41 | 0 | 1 | 315 | 141 | 73 |
| Binary | 110010 | 10101000 | 11111100 | 1010000 | 100001 | 0 | 1 | 11001101 | 1100001 | 111011 |
Color Harmonies of #32A8FC
Complementary color
Monochromatic Colors of #32A8FC
Black with #32A8FC
Text Example
Text Example
White with #32A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A8FC; }
p { color: rgb(50,168,252); }
H1.HeaderClassName
{
color: #32A8FC;
}
.AnyTagClassName
{
color: #32A8FC;
}
</style>
background-color css
<style>
a { background-color: #32A8FC; }
a { background-color: rgb(50,168,252); }
div.DivClassName
{
background-color: #32A8FC;
}
.BgClassName
{
background-color: #32A8FC;
}
</style>
border-color css
<style>
span { border-color: #32A8FC; }
span { border-color: rgb(50,168,252); }
td.TdClassName
{
border-color: #32A8FC;
}
.TagClassName
{
border-color: #32A8FC;
}
</style>