Shades of Blue #052FF1
Tints of Blue #052FF1
RGB
CMYK
RGB Variations
Color information
#052FF1 (or 0x052FF1) is known color: Blue. HEX triplet: 05, 2F and F1. RGB value is (5,47,241). Sum of RGB (Red+Green+Blue) = 5+47+241=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 241 (94.53% from 255 or 82.25% from 293); Max value from RGB is 241 - color contains mainly: blue. Hex color #052FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FF1 is #FAD00E. Grayscale: #373737. Windows color (decimal): -16437263 or 15806213. OLE color: 15806213.
HSL color Cylindrical-coordinate representation of color #052FF1: hue angle of 229.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FF1 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 47 | 241 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.05 |
| HSL | 229.32º | 0.96% | 0.48% | - |
| HSV(B) | 229.32º | 0.98% | 0.95% | - |
| XYZ | 16.96 | 8.42 | 83.95 | - |
| YUV | 56.56 | 232.09 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 241 | 0.98 | 0.80 | 0 | 0.05 | 229.32 | 0.96 | 0.48 |
| Hex | 5 | 2F | F1 | 62 | 50 | 0 | 5 | E5 | 60 | 30 |
| Octal | 5 | 57 | 361 | 142 | 120 | 0 | 5 | 345 | 140 | 60 |
| Binary | 101 | 101111 | 11110001 | 1100010 | 1010000 | 0 | 101 | 11100101 | 1100000 | 110000 |
Color Harmonies of #052FF1
Complementary color
Monochromatic Colors of #052FF1
Black with #052FF1
Text Example
Text Example
White with #052FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FF1; }
p { color: rgb(5,47,241); }
H1.HeaderClassName
{
color: #052FF1;
}
.AnyTagClassName
{
color: #052FF1;
}
</style>
background-color css
<style>
a { background-color: #052FF1; }
a { background-color: rgb(5,47,241); }
div.DivClassName
{
background-color: #052FF1;
}
.BgClassName
{
background-color: #052FF1;
}
</style>
border-color css
<style>
span { border-color: #052FF1; }
span { border-color: rgb(5,47,241); }
td.TdClassName
{
border-color: #052FF1;
}
.TagClassName
{
border-color: #052FF1;
}
</style>