Shades of Blue #0533FD
Tints of Blue #0533FD
RGB
CMYK
RGB Variations
Color information
#0533FD (or 0x0533FD) is known color: Blue. HEX triplet: 05, 33 and FD. RGB value is (5,51,253). Sum of RGB (Red+Green+Blue) = 5+51+253=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #0533FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0533FD is #FACC02. Grayscale: #3B3B3B. Windows color (decimal): -16436227 or 16593669. OLE color: 16593669.
HSL color Cylindrical-coordinate representation of color #0533FD: hue angle of 228.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0533FD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 51 | 253 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.01 |
| HSL | 228.87º | 0.98% | 0.51% | - |
| HSV(B) | 228.87º | 0.98% | 0.99% | - |
| XYZ | 18.98 | 9.49 | 93.76 | - |
| YUV | 60.27 | 236.76 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 253 | 0.98 | 0.80 | 0 | 0.01 | 228.87 | 0.98 | 0.51 |
| Hex | 5 | 33 | FD | 62 | 50 | 0 | 1 | E5 | 62 | 33 |
| Octal | 5 | 63 | 375 | 142 | 120 | 0 | 1 | 345 | 142 | 63 |
| Binary | 101 | 110011 | 11111101 | 1100010 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0533FD
Complementary color
Monochromatic Colors of #0533FD
Black with #0533FD
Text Example
Text Example
White with #0533FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0533FD; }
p { color: rgb(5,51,253); }
H1.HeaderClassName
{
color: #0533FD;
}
.AnyTagClassName
{
color: #0533FD;
}
</style>
background-color css
<style>
a { background-color: #0533FD; }
a { background-color: rgb(5,51,253); }
div.DivClassName
{
background-color: #0533FD;
}
.BgClassName
{
background-color: #0533FD;
}
</style>
border-color css
<style>
span { border-color: #0533FD; }
span { border-color: rgb(5,51,253); }
td.TdClassName
{
border-color: #0533FD;
}
.TagClassName
{
border-color: #0533FD;
}
</style>