Shades of Blue #0417EA
Tints of Blue #0417EA
RGB
CMYK
RGB Variations
Color information
#0417EA (or 0x0417EA) is known color: Blue. HEX triplet: 04, 17 and EA. RGB value is (4,23,234). Sum of RGB (Red+Green+Blue) = 4+23+234=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 234 (91.80% from 255 or 89.66% from 261); Max value from RGB is 234 - color contains mainly: blue. Hex color #0417EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0417EA is #FBE815. Grayscale: #282828. Windows color (decimal): -16508950 or 15341316. OLE color: 15341316.
HSL color Cylindrical-coordinate representation of color #0417EA: hue angle of 235.04º 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 #0417EA is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 23 | 234 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.08 |
| HSL | 235.04º | 0.97% | 0.47% | - |
| HSV(B) | 235.04º | 0.98% | 0.92% | - |
| XYZ | 15.21 | 6.58 | 78.31 | - |
| YUV | 41.37 | 236.71 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 234 | 0.98 | 0.90 | 0 | 0.08 | 235.04 | 0.97 | 0.47 |
| Hex | 4 | 17 | EA | 62 | 5A | 0 | 8 | EB | 61 | 2F |
| Octal | 4 | 27 | 352 | 142 | 132 | 0 | 10 | 353 | 141 | 57 |
| Binary | 100 | 10111 | 11101010 | 1100010 | 1011010 | 0 | 1000 | 11101011 | 1100001 | 101111 |
Color Harmonies of #0417EA
Complementary color
Monochromatic Colors of #0417EA
Black with #0417EA
Text Example
Text Example
White with #0417EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417EA; }
p { color: rgb(4,23,234); }
H1.HeaderClassName
{
color: #0417EA;
}
.AnyTagClassName
{
color: #0417EA;
}
</style>
background-color css
<style>
a { background-color: #0417EA; }
a { background-color: rgb(4,23,234); }
div.DivClassName
{
background-color: #0417EA;
}
.BgClassName
{
background-color: #0417EA;
}
</style>
border-color css
<style>
span { border-color: #0417EA; }
span { border-color: rgb(4,23,234); }
td.TdClassName
{
border-color: #0417EA;
}
.TagClassName
{
border-color: #0417EA;
}
</style>