Shades of Blue #0032FF
Tints of Blue #0032FF
RGB
CMYK
RGB Variations
Color information
#0032FF (or 0x0032FF) is known color: Blue. HEX triplet: 00, 32 and FF. RGB value is (0,50,255). Sum of RGB (Red+Green+Blue) = 0+50+255=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #0032FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0032FF is #FFCD00. Grayscale: #393939. Windows color (decimal): -16764161 or 16724480. OLE color: 16724480.
HSL color Cylindrical-coordinate representation of color #0032FF: hue angle of 228.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0032FF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 50 | 255 | - |
| CMYK | 1 | 0.80 | 0 | 0 |
| HSL | 228.24º | 1% | 0.5% | - |
| HSV(B) | 228.24º | 1% | 1% | - |
| XYZ | 19.19 | 9.5 | 95.43 | - |
| YUV | 58.42 | 238.94 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 255 | 1 | 0.80 | 0 | 0 | 228.24 | 1 | 0.5 |
| Hex | 0 | 32 | FF | 64 | 50 | 0 | 0 | E4 | 64 | 32 |
| Octal | 0 | 62 | 377 | 144 | 120 | 0 | 0 | 344 | 144 | 62 |
| Binary | 0 | 110010 | 11111111 | 1100100 | 1010000 | 0 | 0 | 11100100 | 1100100 | 110010 |
Color Harmonies of #0032FF
Complementary color
Monochromatic Colors of #0032FF
Black with #0032FF
Text Example
Text Example
White with #0032FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0032FF; }
p { color: rgb(0,50,255); }
H1.HeaderClassName
{
color: #0032FF;
}
.AnyTagClassName
{
color: #0032FF;
}
</style>
background-color css
<style>
a { background-color: #0032FF; }
a { background-color: rgb(0,50,255); }
div.DivClassName
{
background-color: #0032FF;
}
.BgClassName
{
background-color: #0032FF;
}
</style>
border-color css
<style>
span { border-color: #0032FF; }
span { border-color: rgb(0,50,255); }
td.TdClassName
{
border-color: #0032FF;
}
.TagClassName
{
border-color: #0032FF;
}
</style>