Shades of Blue #0033FC
Tints of Blue #0033FC
RGB
CMYK
RGB Variations
Color information
#0033FC (or 0x0033FC) is known color: Blue. HEX triplet: 00, 33 and FC. RGB value is (0,51,252). Sum of RGB (Red+Green+Blue) = 0+51+252=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 252 (98.83% from 255 or 83.17% from 303); Max value from RGB is 252 - color contains mainly: blue. Hex color #0033FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033FC is #FFCC03. Grayscale: #393939. Windows color (decimal): -16763908 or 16528128. OLE color: 16528128.
HSL color Cylindrical-coordinate representation of color #0033FC: hue angle of 227.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033FC is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 51 | 252 | - |
| CMYK | 1 | 0.80 | 0 | 0.01 |
| HSL | 227.86º | 1% | 0.49% | - |
| HSV(B) | 227.86º | 1% | 0.99% | - |
| XYZ | 18.75 | 9.4 | 92.92 | - |
| YUV | 58.67 | 237.1 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 252 | 1 | 0.80 | 0 | 0.01 | 227.86 | 1 | 0.49 |
| Hex | 0 | 33 | FC | 64 | 50 | 0 | 1 | E4 | 64 | 31 |
| Octal | 0 | 63 | 374 | 144 | 120 | 0 | 1 | 344 | 144 | 61 |
| Binary | 0 | 110011 | 11111100 | 1100100 | 1010000 | 0 | 1 | 11100100 | 1100100 | 110001 |
Color Harmonies of #0033FC
Complementary color
Monochromatic Colors of #0033FC
Black with #0033FC
Text Example
Text Example
White with #0033FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033FC; }
p { color: rgb(0,51,252); }
H1.HeaderClassName
{
color: #0033FC;
}
.AnyTagClassName
{
color: #0033FC;
}
</style>
background-color css
<style>
a { background-color: #0033FC; }
a { background-color: rgb(0,51,252); }
div.DivClassName
{
background-color: #0033FC;
}
.BgClassName
{
background-color: #0033FC;
}
</style>
border-color css
<style>
span { border-color: #0033FC; }
span { border-color: rgb(0,51,252); }
td.TdClassName
{
border-color: #0033FC;
}
.TagClassName
{
border-color: #0033FC;
}
</style>