Shades of Blue #052EFE
Tints of Blue #052EFE
RGB
CMYK
RGB Variations
Color information
#052EFE (or 0x052EFE) is known color: Blue. HEX triplet: 05, 2E and FE. RGB value is (5,46,254). Sum of RGB (Red+Green+Blue) = 5+46+254=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #052EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EFE is #FAD101. Grayscale: #383838. Windows color (decimal): -16437506 or 16657925. OLE color: 16657925.
HSL color Cylindrical-coordinate representation of color #052EFE: hue angle of 230.12º 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 #052EFE is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 46 | 254 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.00 |
| HSL | 230.12º | 0.99% | 0.51% | - |
| HSV(B) | 230.12º | 0.98% | 1% | - |
| XYZ | 18.93 | 9.14 | 94.53 | - |
| YUV | 57.45 | 238.92 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 254 | 0.98 | 0.82 | 0 | 0.00 | 230.12 | 0.99 | 0.51 |
| Hex | 5 | 2E | FE | 62 | 52 | 0 | 0 | E6 | 63 | 33 |
| Octal | 5 | 56 | 376 | 142 | 122 | 0 | 0 | 346 | 143 | 63 |
| Binary | 101 | 101110 | 11111110 | 1100010 | 1010010 | 0 | 0 | 11100110 | 1100011 | 110011 |
Color Harmonies of #052EFE
Complementary color
Monochromatic Colors of #052EFE
Black with #052EFE
Text Example
Text Example
White with #052EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EFE; }
p { color: rgb(5,46,254); }
H1.HeaderClassName
{
color: #052EFE;
}
.AnyTagClassName
{
color: #052EFE;
}
</style>
background-color css
<style>
a { background-color: #052EFE; }
a { background-color: rgb(5,46,254); }
div.DivClassName
{
background-color: #052EFE;
}
.BgClassName
{
background-color: #052EFE;
}
</style>
border-color css
<style>
span { border-color: #052EFE; }
span { border-color: rgb(5,46,254); }
td.TdClassName
{
border-color: #052EFE;
}
.TagClassName
{
border-color: #052EFE;
}
</style>