Shades of Blue #0416EB
Tints of Blue #0416EB
RGB
CMYK
RGB Variations
Color information
#0416EB (or 0x0416EB) is known color: Blue. HEX triplet: 04, 16 and EB. RGB value is (4,22,235). Sum of RGB (Red+Green+Blue) = 4+22+235=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 235 (92.19% from 255 or 90.04% from 261); Max value from RGB is 235 - color contains mainly: blue. Hex color #0416EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0416EB is #FBE914. Grayscale: #282828. Windows color (decimal): -16509205 or 15406596. OLE color: 15406596.
HSL color Cylindrical-coordinate representation of color #0416EB: hue angle of 235.32º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0416EB is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 22 | 235 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.08 |
| HSL | 235.32º | 0.97% | 0.47% | - |
| HSV(B) | 235.32º | 0.98% | 0.92% | - |
| XYZ | 15.33 | 6.6 | 79.06 | - |
| YUV | 40.9 | 237.54 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 235 | 0.98 | 0.91 | 0 | 0.08 | 235.32 | 0.97 | 0.47 |
| Hex | 4 | 16 | EB | 62 | 5B | 0 | 8 | EB | 61 | 2F |
| Octal | 4 | 26 | 353 | 142 | 133 | 0 | 10 | 353 | 141 | 57 |
| Binary | 100 | 10110 | 11101011 | 1100010 | 1011011 | 0 | 1000 | 11101011 | 1100001 | 101111 |
Color Harmonies of #0416EB
Complementary color
Monochromatic Colors of #0416EB
Black with #0416EB
Text Example
Text Example
White with #0416EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0416EB; }
p { color: rgb(4,22,235); }
H1.HeaderClassName
{
color: #0416EB;
}
.AnyTagClassName
{
color: #0416EB;
}
</style>
background-color css
<style>
a { background-color: #0416EB; }
a { background-color: rgb(4,22,235); }
div.DivClassName
{
background-color: #0416EB;
}
.BgClassName
{
background-color: #0416EB;
}
</style>
border-color css
<style>
span { border-color: #0416EB; }
span { border-color: rgb(4,22,235); }
td.TdClassName
{
border-color: #0416EB;
}
.TagClassName
{
border-color: #0416EB;
}
</style>