Shades of Blue #033BFD
Tints of Blue #033BFD
RGB
CMYK
RGB Variations
Color information
#033BFD (or 0x033BFD) is known color: Blue. HEX triplet: 03, 3B and FD. RGB value is (3,59,253). Sum of RGB (Red+Green+Blue) = 3+59+253=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #033BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BFD is #FCC402. Grayscale: #3F3F3F. Windows color (decimal): -16565251 or 16595715. OLE color: 16595715.
HSL color Cylindrical-coordinate representation of color #033BFD: hue angle of 226.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BFD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 59 | 253 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.01 |
| HSL | 226.56º | 0.98% | 0.5% | - |
| HSV(B) | 226.56º | 0.99% | 0.99% | - |
| XYZ | 19.33 | 10.24 | 93.89 | - |
| YUV | 64.37 | 234.45 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 253 | 0.99 | 0.77 | 0 | 0.01 | 226.56 | 0.98 | 0.5 |
| Hex | 3 | 3B | FD | 63 | 4D | 0 | 1 | E3 | 62 | 32 |
| Octal | 3 | 73 | 375 | 143 | 115 | 0 | 1 | 343 | 142 | 62 |
| Binary | 11 | 111011 | 11111101 | 1100011 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110010 |
Color Harmonies of #033BFD
Complementary color
Monochromatic Colors of #033BFD
Black with #033BFD
Text Example
Text Example
White with #033BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BFD; }
p { color: rgb(3,59,253); }
H1.HeaderClassName
{
color: #033BFD;
}
.AnyTagClassName
{
color: #033BFD;
}
</style>
background-color css
<style>
a { background-color: #033BFD; }
a { background-color: rgb(3,59,253); }
div.DivClassName
{
background-color: #033BFD;
}
.BgClassName
{
background-color: #033BFD;
}
</style>
border-color css
<style>
span { border-color: #033BFD; }
span { border-color: rgb(3,59,253); }
td.TdClassName
{
border-color: #033BFD;
}
.TagClassName
{
border-color: #033BFD;
}
</style>