Shades of Blue #052AF8
Tints of Blue #052AF8
RGB
CMYK
RGB Variations
Color information
#052AF8 (or 0x052AF8) is known color: Blue. HEX triplet: 05, 2A and F8. RGB value is (5,42,248). Sum of RGB (Red+Green+Blue) = 5+42+248=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #052AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AF8 is #FAD507. Grayscale: #353535. Windows color (decimal): -16438536 or 16263685. OLE color: 16263685.
HSL color Cylindrical-coordinate representation of color #052AF8: hue angle of 230.86º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AF8 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 42 | 248 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.03 |
| HSL | 230.86º | 0.96% | 0.5% | - |
| HSV(B) | 230.86º | 0.98% | 0.97% | - |
| XYZ | 17.83 | 8.47 | 89.5 | - |
| YUV | 54.42 | 237.24 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 248 | 0.98 | 0.83 | 0 | 0.03 | 230.86 | 0.96 | 0.5 |
| Hex | 5 | 2A | F8 | 62 | 53 | 0 | 3 | E7 | 60 | 32 |
| Octal | 5 | 52 | 370 | 142 | 123 | 0 | 3 | 347 | 140 | 62 |
| Binary | 101 | 101010 | 11111000 | 1100010 | 1010011 | 0 | 11 | 11100111 | 1100000 | 110010 |
Color Harmonies of #052AF8
Complementary color
Monochromatic Colors of #052AF8
Black with #052AF8
Text Example
Text Example
White with #052AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AF8; }
p { color: rgb(5,42,248); }
H1.HeaderClassName
{
color: #052AF8;
}
.AnyTagClassName
{
color: #052AF8;
}
</style>
background-color css
<style>
a { background-color: #052AF8; }
a { background-color: rgb(5,42,248); }
div.DivClassName
{
background-color: #052AF8;
}
.BgClassName
{
background-color: #052AF8;
}
</style>
border-color css
<style>
span { border-color: #052AF8; }
span { border-color: rgb(5,42,248); }
td.TdClassName
{
border-color: #052AF8;
}
.TagClassName
{
border-color: #052AF8;
}
</style>