Shades of Blue #052FFF
Tints of Blue #052FFF
RGB
CMYK
RGB Variations
Color information
#052FFF (or 0x052FFF) is known color: Blue. HEX triplet: 05, 2F and FF. RGB value is (5,47,255). Sum of RGB (Red+Green+Blue) = 5+47+255=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #052FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FFF is #FAD000. Grayscale: #393939. Windows color (decimal): -16437249 or 16723717. OLE color: 16723717.
HSL color Cylindrical-coordinate representation of color #052FFF: hue angle of 229.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FFF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 47 | 255 | - |
| CMYK | 0.98 | 0.82 | 0 | 0 |
| HSL | 229.92º | 1% | 0.51% | - |
| HSV(B) | 229.92º | 0.98% | 1% | - |
| XYZ | 19.13 | 9.29 | 95.39 | - |
| YUV | 58.15 | 239.09 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 255 | 0.98 | 0.82 | 0 | 0 | 229.92 | 1 | 0.51 |
| Hex | 5 | 2F | FF | 62 | 52 | 0 | 0 | E6 | 64 | 33 |
| Octal | 5 | 57 | 377 | 142 | 122 | 0 | 0 | 346 | 144 | 63 |
| Binary | 101 | 101111 | 11111111 | 1100010 | 1010010 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #052FFF
Complementary color
Monochromatic Colors of #052FFF
Black with #052FFF
Text Example
Text Example
White with #052FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FFF; }
p { color: rgb(5,47,255); }
H1.HeaderClassName
{
color: #052FFF;
}
.AnyTagClassName
{
color: #052FFF;
}
</style>
background-color css
<style>
a { background-color: #052FFF; }
a { background-color: rgb(5,47,255); }
div.DivClassName
{
background-color: #052FFF;
}
.BgClassName
{
background-color: #052FFF;
}
</style>
border-color css
<style>
span { border-color: #052FFF; }
span { border-color: rgb(5,47,255); }
td.TdClassName
{
border-color: #052FFF;
}
.TagClassName
{
border-color: #052FFF;
}
</style>