Shades of Blue #0506E9
Tints of Blue #0506E9
RGB
CMYK
RGB Variations
Color information
#0506E9 (or 0x0506E9) is known color: Blue. HEX triplet: 05, 06 and E9. RGB value is (5,6,233). Sum of RGB (Red+Green+Blue) = 5+6+233=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 233 (91.41% from 255 or 95.49% from 244); Max value from RGB is 233 - color contains mainly: blue. Hex color #0506E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0506E9 is #FAF916. Grayscale: #1E1E1E. Windows color (decimal): -16447767 or 15271429. OLE color: 15271429.
HSL color Cylindrical-coordinate representation of color #0506E9: hue angle of 239.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0506E9 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 6 | 233 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.09 |
| HSL | 239.74º | 0.96% | 0.47% | - |
| HSV(B) | 239.74º | 0.98% | 0.91% | - |
| XYZ | 14.84 | 6.05 | 77.48 | - |
| YUV | 31.58 | 241.67 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 233 | 0.98 | 0.97 | 0 | 0.09 | 239.74 | 0.96 | 0.47 |
| Hex | 5 | 6 | E9 | 62 | 61 | 0 | 9 | F0 | 60 | 2F |
| Octal | 5 | 6 | 351 | 142 | 141 | 0 | 11 | 360 | 140 | 57 |
| Binary | 101 | 110 | 11101001 | 1100010 | 1100001 | 0 | 1001 | 11110000 | 1100000 | 101111 |
Color Harmonies of #0506E9
Complementary color
Monochromatic Colors of #0506E9
Black with #0506E9
Text Example
Text Example
White with #0506E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0506E9; }
p { color: rgb(5,6,233); }
H1.HeaderClassName
{
color: #0506E9;
}
.AnyTagClassName
{
color: #0506E9;
}
</style>
background-color css
<style>
a { background-color: #0506E9; }
a { background-color: rgb(5,6,233); }
div.DivClassName
{
background-color: #0506E9;
}
.BgClassName
{
background-color: #0506E9;
}
</style>
border-color css
<style>
span { border-color: #0506E9; }
span { border-color: rgb(5,6,233); }
td.TdClassName
{
border-color: #0506E9;
}
.TagClassName
{
border-color: #0506E9;
}
</style>