Shades of Blue #052CFE
Tints of Blue #052CFE
RGB
CMYK
RGB Variations
Color information
#052CFE (or 0x052CFE) is known color: Blue. HEX triplet: 05, 2C and FE. RGB value is (5,44,254). Sum of RGB (Red+Green+Blue) = 5+44+254=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #052CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CFE is #FAD301. Grayscale: #373737. Windows color (decimal): -16438018 or 16657413. OLE color: 16657413.
HSL color Cylindrical-coordinate representation of color #052CFE: hue angle of 230.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CFE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 44 | 254 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.00 |
| HSL | 230.6º | 0.99% | 0.51% | - |
| HSV(B) | 230.6º | 0.98% | 1% | - |
| XYZ | 18.85 | 8.99 | 94.51 | - |
| YUV | 56.28 | 239.58 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 254 | 0.98 | 0.83 | 0 | 0.00 | 230.6 | 0.99 | 0.51 |
| Hex | 5 | 2C | FE | 62 | 53 | 0 | 0 | E7 | 63 | 33 |
| Octal | 5 | 54 | 376 | 142 | 123 | 0 | 0 | 347 | 143 | 63 |
| Binary | 101 | 101100 | 11111110 | 1100010 | 1010011 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #052CFE
Complementary color
Monochromatic Colors of #052CFE
Black with #052CFE
Text Example
Text Example
White with #052CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CFE; }
p { color: rgb(5,44,254); }
H1.HeaderClassName
{
color: #052CFE;
}
.AnyTagClassName
{
color: #052CFE;
}
</style>
background-color css
<style>
a { background-color: #052CFE; }
a { background-color: rgb(5,44,254); }
div.DivClassName
{
background-color: #052CFE;
}
.BgClassName
{
background-color: #052CFE;
}
</style>
border-color css
<style>
span { border-color: #052CFE; }
span { border-color: rgb(5,44,254); }
td.TdClassName
{
border-color: #052CFE;
}
.TagClassName
{
border-color: #052CFE;
}
</style>