Shades of Blue #0033FD
Tints of Blue #0033FD
RGB
CMYK
RGB Variations
Color information
#0033FD (or 0x0033FD) is known color: Blue. HEX triplet: 00, 33 and FD. RGB value is (0,51,253). Sum of RGB (Red+Green+Blue) = 0+51+253=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #0033FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033FD is #FFCC02. Grayscale: #393939. Windows color (decimal): -16763907 or 16593664. OLE color: 16593664.
HSL color Cylindrical-coordinate representation of color #0033FD: hue angle of 227.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033FD is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 51 | 253 | - |
| CMYK | 1 | 0.80 | 0 | 0.01 |
| HSL | 227.91º | 1% | 0.5% | - |
| HSV(B) | 227.91º | 1% | 0.99% | - |
| XYZ | 18.91 | 9.46 | 93.76 | - |
| YUV | 58.78 | 237.6 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 253 | 1 | 0.80 | 0 | 0.01 | 227.91 | 1 | 0.5 |
| Hex | 0 | 33 | FD | 64 | 50 | 0 | 1 | E4 | 64 | 32 |
| Octal | 0 | 63 | 375 | 144 | 120 | 0 | 1 | 344 | 144 | 62 |
| Binary | 0 | 110011 | 11111101 | 1100100 | 1010000 | 0 | 1 | 11100100 | 1100100 | 110010 |
Color Harmonies of #0033FD
Complementary color
Monochromatic Colors of #0033FD
Black with #0033FD
Text Example
Text Example
White with #0033FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033FD; }
p { color: rgb(0,51,253); }
H1.HeaderClassName
{
color: #0033FD;
}
.AnyTagClassName
{
color: #0033FD;
}
</style>
background-color css
<style>
a { background-color: #0033FD; }
a { background-color: rgb(0,51,253); }
div.DivClassName
{
background-color: #0033FD;
}
.BgClassName
{
background-color: #0033FD;
}
</style>
border-color css
<style>
span { border-color: #0033FD; }
span { border-color: rgb(0,51,253); }
td.TdClassName
{
border-color: #0033FD;
}
.TagClassName
{
border-color: #0033FD;
}
</style>