Shades of Blue #052DFD
Tints of Blue #052DFD
RGB
CMYK
RGB Variations
Color information
#052DFD (or 0x052DFD) is known color: Blue. HEX triplet: 05, 2D and FD. RGB value is (5,45,253). Sum of RGB (Red+Green+Blue) = 5+45+253=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #052DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DFD is #FAD202. Grayscale: #373737. Windows color (decimal): -16437763 or 16592133. OLE color: 16592133.
HSL color Cylindrical-coordinate representation of color #052DFD: hue angle of 230.32º 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 #052DFD is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 45 | 253 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.01 |
| HSL | 230.32º | 0.98% | 0.51% | - |
| HSV(B) | 230.32º | 0.98% | 0.99% | - |
| XYZ | 18.73 | 9 | 93.68 | - |
| YUV | 56.75 | 238.75 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 253 | 0.98 | 0.82 | 0 | 0.01 | 230.32 | 0.98 | 0.51 |
| Hex | 5 | 2D | FD | 62 | 52 | 0 | 1 | E6 | 62 | 33 |
| Octal | 5 | 55 | 375 | 142 | 122 | 0 | 1 | 346 | 142 | 63 |
| Binary | 101 | 101101 | 11111101 | 1100010 | 1010010 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #052DFD
Complementary color
Monochromatic Colors of #052DFD
Black with #052DFD
Text Example
Text Example
White with #052DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DFD; }
p { color: rgb(5,45,253); }
H1.HeaderClassName
{
color: #052DFD;
}
.AnyTagClassName
{
color: #052DFD;
}
</style>
background-color css
<style>
a { background-color: #052DFD; }
a { background-color: rgb(5,45,253); }
div.DivClassName
{
background-color: #052DFD;
}
.BgClassName
{
background-color: #052DFD;
}
</style>
border-color css
<style>
span { border-color: #052DFD; }
span { border-color: rgb(5,45,253); }
td.TdClassName
{
border-color: #052DFD;
}
.TagClassName
{
border-color: #052DFD;
}
</style>