Shades of Blue #0534F6
Tints of Blue #0534F6
RGB
CMYK
RGB Variations
Color information
#0534F6 (or 0x0534F6) is known color: Blue. HEX triplet: 05, 34 and F6. RGB value is (5,52,246). Sum of RGB (Red+Green+Blue) = 5+52+246=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 246 (96.48% from 255 or 81.19% from 303); Max value from RGB is 246 - color contains mainly: blue. Hex color #0534F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0534F6 is #FACB09. Grayscale: #3B3B3B. Windows color (decimal): -16435978 or 16135173. OLE color: 16135173.
HSL color Cylindrical-coordinate representation of color #0534F6: hue angle of 228.3º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0534F6 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 52 | 246 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.04 |
| HSL | 228.3º | 0.96% | 0.49% | - |
| HSV(B) | 228.3º | 0.98% | 0.96% | - |
| XYZ | 17.93 | 9.14 | 88.01 | - |
| YUV | 60.06 | 232.93 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 246 | 0.98 | 0.79 | 0 | 0.04 | 228.3 | 0.96 | 0.49 |
| Hex | 5 | 34 | F6 | 62 | 4F | 0 | 4 | E4 | 60 | 31 |
| Octal | 5 | 64 | 366 | 142 | 117 | 0 | 4 | 344 | 140 | 61 |
| Binary | 101 | 110100 | 11110110 | 1100010 | 1001111 | 0 | 100 | 11100100 | 1100000 | 110001 |
Color Harmonies of #0534F6
Complementary color
Monochromatic Colors of #0534F6
Black with #0534F6
Text Example
Text Example
White with #0534F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534F6; }
p { color: rgb(5,52,246); }
H1.HeaderClassName
{
color: #0534F6;
}
.AnyTagClassName
{
color: #0534F6;
}
</style>
background-color css
<style>
a { background-color: #0534F6; }
a { background-color: rgb(5,52,246); }
div.DivClassName
{
background-color: #0534F6;
}
.BgClassName
{
background-color: #0534F6;
}
</style>
border-color css
<style>
span { border-color: #0534F6; }
span { border-color: rgb(5,52,246); }
td.TdClassName
{
border-color: #0534F6;
}
.TagClassName
{
border-color: #0534F6;
}
</style>