Shades of Blue #052AFB
Tints of Blue #052AFB
RGB
CMYK
RGB Variations
Color information
#052AFB (or 0x052AFB) is known color: Blue. HEX triplet: 05, 2A and FB. RGB value is (5,42,251). Sum of RGB (Red+Green+Blue) = 5+42+251=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #052AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AFB is #FAD504. Grayscale: #353535. Windows color (decimal): -16438533 or 16460293. OLE color: 16460293.
HSL color Cylindrical-coordinate representation of color #052AFB: hue angle of 230.98º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AFB is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 42 | 251 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.02 |
| HSL | 230.98º | 0.97% | 0.5% | - |
| HSV(B) | 230.98º | 0.98% | 0.98% | - |
| XYZ | 18.3 | 8.65 | 91.97 | - |
| YUV | 54.76 | 238.74 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 251 | 0.98 | 0.83 | 0 | 0.02 | 230.98 | 0.97 | 0.5 |
| Hex | 5 | 2A | FB | 62 | 53 | 0 | 2 | E7 | 61 | 32 |
| Octal | 5 | 52 | 373 | 142 | 123 | 0 | 2 | 347 | 141 | 62 |
| Binary | 101 | 101010 | 11111011 | 1100010 | 1010011 | 0 | 10 | 11100111 | 1100001 | 110010 |
Color Harmonies of #052AFB
Complementary color
Monochromatic Colors of #052AFB
Black with #052AFB
Text Example
Text Example
White with #052AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AFB; }
p { color: rgb(5,42,251); }
H1.HeaderClassName
{
color: #052AFB;
}
.AnyTagClassName
{
color: #052AFB;
}
</style>
background-color css
<style>
a { background-color: #052AFB; }
a { background-color: rgb(5,42,251); }
div.DivClassName
{
background-color: #052AFB;
}
.BgClassName
{
background-color: #052AFB;
}
</style>
border-color css
<style>
span { border-color: #052AFB; }
span { border-color: rgb(5,42,251); }
td.TdClassName
{
border-color: #052AFB;
}
.TagClassName
{
border-color: #052AFB;
}
</style>