Shades of Blue #052FFA
Tints of Blue #052FFA
RGB
CMYK
RGB Variations
Color information
#052FFA (or 0x052FFA) is known color: Blue. HEX triplet: 05, 2F and FA. RGB value is (5,47,250). Sum of RGB (Red+Green+Blue) = 5+47+250=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #052FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FFA is #FAD005. Grayscale: #383838. Windows color (decimal): -16437254 or 16396037. OLE color: 16396037.
HSL color Cylindrical-coordinate representation of color #052FFA: hue angle of 229.71º 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 #052FFA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 47 | 250 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.02 |
| HSL | 229.71º | 0.96% | 0.5% | - |
| HSV(B) | 229.71º | 0.98% | 0.98% | - |
| XYZ | 18.33 | 8.97 | 91.21 | - |
| YUV | 57.58 | 236.59 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 250 | 0.98 | 0.81 | 0 | 0.02 | 229.71 | 0.96 | 0.5 |
| Hex | 5 | 2F | FA | 62 | 51 | 0 | 2 | E6 | 60 | 32 |
| Octal | 5 | 57 | 372 | 142 | 121 | 0 | 2 | 346 | 140 | 62 |
| Binary | 101 | 101111 | 11111010 | 1100010 | 1010001 | 0 | 10 | 11100110 | 1100000 | 110010 |
Color Harmonies of #052FFA
Complementary color
Monochromatic Colors of #052FFA
Black with #052FFA
Text Example
Text Example
White with #052FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FFA; }
p { color: rgb(5,47,250); }
H1.HeaderClassName
{
color: #052FFA;
}
.AnyTagClassName
{
color: #052FFA;
}
</style>
background-color css
<style>
a { background-color: #052FFA; }
a { background-color: rgb(5,47,250); }
div.DivClassName
{
background-color: #052FFA;
}
.BgClassName
{
background-color: #052FFA;
}
</style>
border-color css
<style>
span { border-color: #052FFA; }
span { border-color: rgb(5,47,250); }
td.TdClassName
{
border-color: #052FFA;
}
.TagClassName
{
border-color: #052FFA;
}
</style>