Shades of Blue #052CFD
Tints of Blue #052CFD
RGB
CMYK
RGB Variations
Color information
#052CFD (or 0x052CFD) is known color: Blue. HEX triplet: 05, 2C and FD. RGB value is (5,44,253). Sum of RGB (Red+Green+Blue) = 5+44+253=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #052CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CFD is #FAD302. Grayscale: #373737. Windows color (decimal): -16438019 or 16591877. OLE color: 16591877.
HSL color Cylindrical-coordinate representation of color #052CFD: hue angle of 230.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CFD is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 44 | 253 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.01 |
| HSL | 230.56º | 0.98% | 0.51% | - |
| HSV(B) | 230.56º | 0.98% | 0.99% | - |
| XYZ | 18.69 | 8.93 | 93.67 | - |
| YUV | 56.17 | 239.08 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 253 | 0.98 | 0.83 | 0 | 0.01 | 230.56 | 0.98 | 0.51 |
| Hex | 5 | 2C | FD | 62 | 53 | 0 | 1 | E7 | 62 | 33 |
| Octal | 5 | 54 | 375 | 142 | 123 | 0 | 1 | 347 | 142 | 63 |
| Binary | 101 | 101100 | 11111101 | 1100010 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #052CFD
Complementary color
Monochromatic Colors of #052CFD
Black with #052CFD
Text Example
Text Example
White with #052CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CFD; }
p { color: rgb(5,44,253); }
H1.HeaderClassName
{
color: #052CFD;
}
.AnyTagClassName
{
color: #052CFD;
}
</style>
background-color css
<style>
a { background-color: #052CFD; }
a { background-color: rgb(5,44,253); }
div.DivClassName
{
background-color: #052CFD;
}
.BgClassName
{
background-color: #052CFD;
}
</style>
border-color css
<style>
span { border-color: #052CFD; }
span { border-color: rgb(5,44,253); }
td.TdClassName
{
border-color: #052CFD;
}
.TagClassName
{
border-color: #052CFD;
}
</style>