Shades of Blue #0524F0
Tints of Blue #0524F0
RGB
CMYK
RGB Variations
Color information
#0524F0 (or 0x0524F0) is known color: Blue. HEX triplet: 05, 24 and F0. RGB value is (5,36,240). Sum of RGB (Red+Green+Blue) = 5+36+240=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 240 (94.14% from 255 or 85.41% from 281); Max value from RGB is 240 - color contains mainly: blue. Hex color #0524F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0524F0 is #FADB0F. Grayscale: #313131. Windows color (decimal): -16440080 or 15737861. OLE color: 15737861.
HSL color Cylindrical-coordinate representation of color #0524F0: hue angle of 232.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0524F0 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 36 | 240 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.06 |
| HSL | 232.09º | 0.96% | 0.48% | - |
| HSV(B) | 232.09º | 0.98% | 0.94% | - |
| XYZ | 16.42 | 7.59 | 83.04 | - |
| YUV | 49.99 | 235.23 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 240 | 0.98 | 0.85 | 0 | 0.06 | 232.09 | 0.96 | 0.48 |
| Hex | 5 | 24 | F0 | 62 | 55 | 0 | 6 | E8 | 60 | 30 |
| Octal | 5 | 44 | 360 | 142 | 125 | 0 | 6 | 350 | 140 | 60 |
| Binary | 101 | 100100 | 11110000 | 1100010 | 1010101 | 0 | 110 | 11101000 | 1100000 | 110000 |
Color Harmonies of #0524F0
Complementary color
Monochromatic Colors of #0524F0
Black with #0524F0
Text Example
Text Example
White with #0524F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524F0; }
p { color: rgb(5,36,240); }
H1.HeaderClassName
{
color: #0524F0;
}
.AnyTagClassName
{
color: #0524F0;
}
</style>
background-color css
<style>
a { background-color: #0524F0; }
a { background-color: rgb(5,36,240); }
div.DivClassName
{
background-color: #0524F0;
}
.BgClassName
{
background-color: #0524F0;
}
</style>
border-color css
<style>
span { border-color: #0524F0; }
span { border-color: rgb(5,36,240); }
td.TdClassName
{
border-color: #0524F0;
}
.TagClassName
{
border-color: #0524F0;
}
</style>