Shades of Blue #052BFA
Tints of Blue #052BFA
RGB
CMYK
RGB Variations
Color information
#052BFA (or 0x052BFA) is known color: Blue. HEX triplet: 05, 2B and FA. RGB value is (5,43,250). Sum of RGB (Red+Green+Blue) = 5+43+250=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #052BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BFA is #FAD405. Grayscale: #363636. Windows color (decimal): -16438278 or 16395013. OLE color: 16395013.
HSL color Cylindrical-coordinate representation of color #052BFA: hue angle of 230.69º 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 #052BFA is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 43 | 250 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.02 |
| HSL | 230.69º | 0.96% | 0.5% | - |
| HSV(B) | 230.69º | 0.98% | 0.98% | - |
| XYZ | 18.18 | 8.66 | 91.16 | - |
| YUV | 55.24 | 237.91 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 250 | 0.98 | 0.83 | 0 | 0.02 | 230.69 | 0.96 | 0.5 |
| Hex | 5 | 2B | FA | 62 | 53 | 0 | 2 | E7 | 60 | 32 |
| Octal | 5 | 53 | 372 | 142 | 123 | 0 | 2 | 347 | 140 | 62 |
| Binary | 101 | 101011 | 11111010 | 1100010 | 1010011 | 0 | 10 | 11100111 | 1100000 | 110010 |
Color Harmonies of #052BFA
Complementary color
Monochromatic Colors of #052BFA
Black with #052BFA
Text Example
Text Example
White with #052BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BFA; }
p { color: rgb(5,43,250); }
H1.HeaderClassName
{
color: #052BFA;
}
.AnyTagClassName
{
color: #052BFA;
}
</style>
background-color css
<style>
a { background-color: #052BFA; }
a { background-color: rgb(5,43,250); }
div.DivClassName
{
background-color: #052BFA;
}
.BgClassName
{
background-color: #052BFA;
}
</style>
border-color css
<style>
span { border-color: #052BFA; }
span { border-color: rgb(5,43,250); }
td.TdClassName
{
border-color: #052BFA;
}
.TagClassName
{
border-color: #052BFA;
}
</style>