Shades of Blue #052AFF
Tints of Blue #052AFF
RGB
CMYK
RGB Variations
Color information
#052AFF (or 0x052AFF) is known color: Blue. HEX triplet: 05, 2A and FF. RGB value is (5,42,255). Sum of RGB (Red+Green+Blue) = 5+42+255=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #052AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AFF is #FAD500. Grayscale: #363636. Windows color (decimal): -16438529 or 16722437. OLE color: 16722437.
HSL color Cylindrical-coordinate representation of color #052AFF: hue angle of 231.12º 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 #052AFF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 42 | 255 | - |
| CMYK | 0.98 | 0.84 | 0 | 0 |
| HSL | 231.12º | 1% | 0.51% | - |
| HSV(B) | 231.12º | 0.98% | 1% | - |
| XYZ | 18.94 | 8.91 | 95.33 | - |
| YUV | 55.22 | 240.74 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 255 | 0.98 | 0.84 | 0 | 0 | 231.12 | 1 | 0.51 |
| Hex | 5 | 2A | FF | 62 | 54 | 0 | 0 | E7 | 64 | 33 |
| Octal | 5 | 52 | 377 | 142 | 124 | 0 | 0 | 347 | 144 | 63 |
| Binary | 101 | 101010 | 11111111 | 1100010 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #052AFF
Complementary color
Monochromatic Colors of #052AFF
Black with #052AFF
Text Example
Text Example
White with #052AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AFF; }
p { color: rgb(5,42,255); }
H1.HeaderClassName
{
color: #052AFF;
}
.AnyTagClassName
{
color: #052AFF;
}
</style>
background-color css
<style>
a { background-color: #052AFF; }
a { background-color: rgb(5,42,255); }
div.DivClassName
{
background-color: #052AFF;
}
.BgClassName
{
background-color: #052AFF;
}
</style>
border-color css
<style>
span { border-color: #052AFF; }
span { border-color: rgb(5,42,255); }
td.TdClassName
{
border-color: #052AFF;
}
.TagClassName
{
border-color: #052AFF;
}
</style>