Shades of Blue #0032F8
Tints of Blue #0032F8
RGB
CMYK
RGB Variations
Color information
#0032F8 (or 0x0032F8) is known color: Blue. HEX triplet: 00, 32 and F8. RGB value is (0,50,248). Sum of RGB (Red+Green+Blue) = 0+50+248=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 248 (97.27% from 255 or 83.22% from 298); Max value from RGB is 248 - color contains mainly: blue. Hex color #0032F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0032F8 is #FFCD07. Grayscale: #383838. Windows color (decimal): -16764168 or 16265728. OLE color: 16265728.
HSL color Cylindrical-coordinate representation of color #0032F8: hue angle of 227.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0032F8 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 50 | 248 | - |
| CMYK | 1 | 0.80 | 0 | 0.03 |
| HSL | 227.9º | 1% | 0.49% | - |
| HSV(B) | 227.9º | 1% | 0.97% | - |
| XYZ | 18.08 | 9.06 | 89.6 | - |
| YUV | 57.62 | 235.44 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 248 | 1 | 0.80 | 0 | 0.03 | 227.9 | 1 | 0.49 |
| Hex | 0 | 32 | F8 | 64 | 50 | 0 | 3 | E4 | 64 | 31 |
| Octal | 0 | 62 | 370 | 144 | 120 | 0 | 3 | 344 | 144 | 61 |
| Binary | 0 | 110010 | 11111000 | 1100100 | 1010000 | 0 | 11 | 11100100 | 1100100 | 110001 |
Color Harmonies of #0032F8
Complementary color
Monochromatic Colors of #0032F8
Black with #0032F8
Text Example
Text Example
White with #0032F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0032F8; }
p { color: rgb(0,50,248); }
H1.HeaderClassName
{
color: #0032F8;
}
.AnyTagClassName
{
color: #0032F8;
}
</style>
background-color css
<style>
a { background-color: #0032F8; }
a { background-color: rgb(0,50,248); }
div.DivClassName
{
background-color: #0032F8;
}
.BgClassName
{
background-color: #0032F8;
}
</style>
border-color css
<style>
span { border-color: #0032F8; }
span { border-color: rgb(0,50,248); }
td.TdClassName
{
border-color: #0032F8;
}
.TagClassName
{
border-color: #0032F8;
}
</style>