Shades of Blue #052FFC
Tints of Blue #052FFC
RGB
CMYK
RGB Variations
Color information
#052FFC (or 0x052FFC) is known color: Blue. HEX triplet: 05, 2F and FC. RGB value is (5,47,252). Sum of RGB (Red+Green+Blue) = 5+47+252=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #052FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FFC is #FAD003. Grayscale: #383838. Windows color (decimal): -16437252 or 16527109. OLE color: 16527109.
HSL color Cylindrical-coordinate representation of color #052FFC: hue angle of 229.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FFC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 47 | 252 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.8º | 0.98% | 0.5% | - |
| HSV(B) | 229.8º | 0.98% | 0.99% | - |
| XYZ | 18.65 | 9.09 | 92.87 | - |
| YUV | 57.81 | 237.59 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 252 | 0.98 | 0.81 | 0 | 0.01 | 229.8 | 0.98 | 0.5 |
| Hex | 5 | 2F | FC | 62 | 51 | 0 | 1 | E6 | 62 | 32 |
| Octal | 5 | 57 | 374 | 142 | 121 | 0 | 1 | 346 | 142 | 62 |
| Binary | 101 | 101111 | 11111100 | 1100010 | 1010001 | 0 | 1 | 11100110 | 1100010 | 110010 |
Color Harmonies of #052FFC
Complementary color
Monochromatic Colors of #052FFC
Black with #052FFC
Text Example
Text Example
White with #052FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FFC; }
p { color: rgb(5,47,252); }
H1.HeaderClassName
{
color: #052FFC;
}
.AnyTagClassName
{
color: #052FFC;
}
</style>
background-color css
<style>
a { background-color: #052FFC; }
a { background-color: rgb(5,47,252); }
div.DivClassName
{
background-color: #052FFC;
}
.BgClassName
{
background-color: #052FFC;
}
</style>
border-color css
<style>
span { border-color: #052FFC; }
span { border-color: rgb(5,47,252); }
td.TdClassName
{
border-color: #052FFC;
}
.TagClassName
{
border-color: #052FFC;
}
</style>