Shades of Blue #052AFE
Tints of Blue #052AFE
RGB
CMYK
RGB Variations
Color information
#052AFE (or 0x052AFE) is known color: Blue. HEX triplet: 05, 2A and FE. RGB value is (5,42,254). Sum of RGB (Red+Green+Blue) = 5+42+254=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #052AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AFE is #FAD501. Grayscale: #363636. Windows color (decimal): -16438530 or 16656901. OLE color: 16656901.
HSL color Cylindrical-coordinate representation of color #052AFE: hue angle of 231.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AFE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 42 | 254 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.00 |
| HSL | 231.08º | 0.99% | 0.51% | - |
| HSV(B) | 231.08º | 0.98% | 1% | - |
| XYZ | 18.78 | 8.84 | 94.48 | - |
| YUV | 55.11 | 240.24 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 254 | 0.98 | 0.83 | 0 | 0.00 | 231.08 | 0.99 | 0.51 |
| Hex | 5 | 2A | FE | 62 | 53 | 0 | 0 | E7 | 63 | 33 |
| Octal | 5 | 52 | 376 | 142 | 123 | 0 | 0 | 347 | 143 | 63 |
| Binary | 101 | 101010 | 11111110 | 1100010 | 1010011 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #052AFE
Complementary color
Monochromatic Colors of #052AFE
Black with #052AFE
Text Example
Text Example
White with #052AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AFE; }
p { color: rgb(5,42,254); }
H1.HeaderClassName
{
color: #052AFE;
}
.AnyTagClassName
{
color: #052AFE;
}
</style>
background-color css
<style>
a { background-color: #052AFE; }
a { background-color: rgb(5,42,254); }
div.DivClassName
{
background-color: #052AFE;
}
.BgClassName
{
background-color: #052AFE;
}
</style>
border-color css
<style>
span { border-color: #052AFE; }
span { border-color: rgb(5,42,254); }
td.TdClassName
{
border-color: #052AFE;
}
.TagClassName
{
border-color: #052AFE;
}
</style>