Shades of Blue #052FFD
Tints of Blue #052FFD
RGB
CMYK
RGB Variations
Color information
#052FFD (or 0x052FFD) is known color: Blue. HEX triplet: 05, 2F and FD. RGB value is (5,47,253). Sum of RGB (Red+Green+Blue) = 5+47+253=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #052FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FFD is #FAD002. Grayscale: #393939. Windows color (decimal): -16437251 or 16592645. OLE color: 16592645.
HSL color Cylindrical-coordinate representation of color #052FFD: hue angle of 229.84º 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 #052FFD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 47 | 253 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.84º | 0.98% | 0.51% | - |
| HSV(B) | 229.84º | 0.98% | 0.99% | - |
| XYZ | 18.81 | 9.16 | 93.7 | - |
| YUV | 57.93 | 238.09 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 253 | 0.98 | 0.81 | 0 | 0.01 | 229.84 | 0.98 | 0.51 |
| Hex | 5 | 2F | FD | 62 | 51 | 0 | 1 | E6 | 62 | 33 |
| Octal | 5 | 57 | 375 | 142 | 121 | 0 | 1 | 346 | 142 | 63 |
| Binary | 101 | 101111 | 11111101 | 1100010 | 1010001 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #052FFD
Complementary color
Monochromatic Colors of #052FFD
Black with #052FFD
Text Example
Text Example
White with #052FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FFD; }
p { color: rgb(5,47,253); }
H1.HeaderClassName
{
color: #052FFD;
}
.AnyTagClassName
{
color: #052FFD;
}
</style>
background-color css
<style>
a { background-color: #052FFD; }
a { background-color: rgb(5,47,253); }
div.DivClassName
{
background-color: #052FFD;
}
.BgClassName
{
background-color: #052FFD;
}
</style>
border-color css
<style>
span { border-color: #052FFD; }
span { border-color: rgb(5,47,253); }
td.TdClassName
{
border-color: #052FFD;
}
.TagClassName
{
border-color: #052FFD;
}
</style>