Shades of Blue #052AF5
Tints of Blue #052AF5
RGB
CMYK
RGB Variations
Color information
#052AF5 (or 0x052AF5) is known color: Blue. HEX triplet: 05, 2A and F5. RGB value is (5,42,245). Sum of RGB (Red+Green+Blue) = 5+42+245=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 245 (96.09% from 255 or 83.90% from 292); Max value from RGB is 245 - color contains mainly: blue. Hex color #052AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AF5 is #FAD50A. Grayscale: #353535. Windows color (decimal): -16438539 or 16067077. OLE color: 16067077.
HSL color Cylindrical-coordinate representation of color #052AF5: hue angle of 230.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AF5 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 42 | 245 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.04 |
| HSL | 230.75º | 0.96% | 0.49% | - |
| HSV(B) | 230.75º | 0.98% | 0.96% | - |
| XYZ | 17.37 | 8.28 | 87.07 | - |
| YUV | 54.08 | 235.74 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 245 | 0.98 | 0.83 | 0 | 0.04 | 230.75 | 0.96 | 0.49 |
| Hex | 5 | 2A | F5 | 62 | 53 | 0 | 4 | E7 | 60 | 31 |
| Octal | 5 | 52 | 365 | 142 | 123 | 0 | 4 | 347 | 140 | 61 |
| Binary | 101 | 101010 | 11110101 | 1100010 | 1010011 | 0 | 100 | 11100111 | 1100000 | 110001 |
Color Harmonies of #052AF5
Complementary color
Monochromatic Colors of #052AF5
Black with #052AF5
Text Example
Text Example
White with #052AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AF5; }
p { color: rgb(5,42,245); }
H1.HeaderClassName
{
color: #052AF5;
}
.AnyTagClassName
{
color: #052AF5;
}
</style>
background-color css
<style>
a { background-color: #052AF5; }
a { background-color: rgb(5,42,245); }
div.DivClassName
{
background-color: #052AF5;
}
.BgClassName
{
background-color: #052AF5;
}
</style>
border-color css
<style>
span { border-color: #052AF5; }
span { border-color: rgb(5,42,245); }
td.TdClassName
{
border-color: #052AF5;
}
.TagClassName
{
border-color: #052AF5;
}
</style>