Shades of Blue #052DF9
Tints of Blue #052DF9
RGB
CMYK
RGB Variations
Color information
#052DF9 (or 0x052DF9) is known color: Blue. HEX triplet: 05, 2D and F9. RGB value is (5,45,249). Sum of RGB (Red+Green+Blue) = 5+45+249=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 249 (97.66% from 255 or 83.28% from 299); Max value from RGB is 249 - color contains mainly: blue. Hex color #052DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DF9 is #FAD206. Grayscale: #373737. Windows color (decimal): -16437767 or 16329989. OLE color: 16329989.
HSL color Cylindrical-coordinate representation of color #052DF9: hue angle of 230.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DF9 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 45 | 249 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.02 |
| HSL | 230.16º | 0.96% | 0.5% | - |
| HSV(B) | 230.16º | 0.98% | 0.98% | - |
| XYZ | 18.1 | 8.75 | 90.36 | - |
| YUV | 56.3 | 236.75 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 249 | 0.98 | 0.82 | 0 | 0.02 | 230.16 | 0.96 | 0.5 |
| Hex | 5 | 2D | F9 | 62 | 52 | 0 | 2 | E6 | 60 | 32 |
| Octal | 5 | 55 | 371 | 142 | 122 | 0 | 2 | 346 | 140 | 62 |
| Binary | 101 | 101101 | 11111001 | 1100010 | 1010010 | 0 | 10 | 11100110 | 1100000 | 110010 |
Color Harmonies of #052DF9
Complementary color
Monochromatic Colors of #052DF9
Black with #052DF9
Text Example
Text Example
White with #052DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DF9; }
p { color: rgb(5,45,249); }
H1.HeaderClassName
{
color: #052DF9;
}
.AnyTagClassName
{
color: #052DF9;
}
</style>
background-color css
<style>
a { background-color: #052DF9; }
a { background-color: rgb(5,45,249); }
div.DivClassName
{
background-color: #052DF9;
}
.BgClassName
{
background-color: #052DF9;
}
</style>
border-color css
<style>
span { border-color: #052DF9; }
span { border-color: rgb(5,45,249); }
td.TdClassName
{
border-color: #052DF9;
}
.TagClassName
{
border-color: #052DF9;
}
</style>