Shades of Blue #052AF9
Tints of Blue #052AF9
RGB
CMYK
RGB Variations
Color information
#052AF9 (or 0x052AF9) is known color: Blue. HEX triplet: 05, 2A and F9. RGB value is (5,42,249). Sum of RGB (Red+Green+Blue) = 5+42+249=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 249 (97.66% from 255 or 84.12% from 296); Max value from RGB is 249 - color contains mainly: blue. Hex color #052AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AF9 is #FAD506. Grayscale: #353535. Windows color (decimal): -16438535 or 16329221. OLE color: 16329221.
HSL color Cylindrical-coordinate representation of color #052AF9: hue angle of 230.9º degrees, saturation: 0.96, 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 #052AF9 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 42 | 249 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.02 |
| HSL | 230.9º | 0.96% | 0.5% | - |
| HSV(B) | 230.9º | 0.98% | 0.98% | - |
| XYZ | 17.99 | 8.53 | 90.32 | - |
| YUV | 54.54 | 237.74 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 249 | 0.98 | 0.83 | 0 | 0.02 | 230.9 | 0.96 | 0.5 |
| Hex | 5 | 2A | F9 | 62 | 53 | 0 | 2 | E7 | 60 | 32 |
| Octal | 5 | 52 | 371 | 142 | 123 | 0 | 2 | 347 | 140 | 62 |
| Binary | 101 | 101010 | 11111001 | 1100010 | 1010011 | 0 | 10 | 11100111 | 1100000 | 110010 |
Color Harmonies of #052AF9
Complementary color
Monochromatic Colors of #052AF9
Black with #052AF9
Text Example
Text Example
White with #052AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AF9; }
p { color: rgb(5,42,249); }
H1.HeaderClassName
{
color: #052AF9;
}
.AnyTagClassName
{
color: #052AF9;
}
</style>
background-color css
<style>
a { background-color: #052AF9; }
a { background-color: rgb(5,42,249); }
div.DivClassName
{
background-color: #052AF9;
}
.BgClassName
{
background-color: #052AF9;
}
</style>
border-color css
<style>
span { border-color: #052AF9; }
span { border-color: rgb(5,42,249); }
td.TdClassName
{
border-color: #052AF9;
}
.TagClassName
{
border-color: #052AF9;
}
</style>