Shades of Blue #0414FF
Tints of Blue #0414FF
RGB
CMYK
RGB Variations
Color information
#0414FF (or 0x0414FF) is known color: Blue. HEX triplet: 04, 14 and FF. RGB value is (4,20,255). Sum of RGB (Red+Green+Blue) = 4+20+255=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #0414FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0414FF is #FBEB00. Grayscale: #292929. Windows color (decimal): -16509697 or 16716804. OLE color: 16716804.
HSL color Cylindrical-coordinate representation of color #0414FF: hue angle of 236.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0414FF is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 20 | 255 | - |
| CMYK | 0.98 | 0.92 | 0 | 0 |
| HSL | 236.18º | 1% | 0.51% | - |
| HSV(B) | 236.18º | 0.98% | 1% | - |
| XYZ | 18.35 | 7.75 | 95.14 | - |
| YUV | 42.01 | 248.2 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 255 | 0.98 | 0.92 | 0 | 0 | 236.18 | 1 | 0.51 |
| Hex | 4 | 14 | FF | 62 | 5C | 0 | 0 | EC | 64 | 33 |
| Octal | 4 | 24 | 377 | 142 | 134 | 0 | 0 | 354 | 144 | 63 |
| Binary | 100 | 10100 | 11111111 | 1100010 | 1011100 | 0 | 0 | 11101100 | 1100100 | 110011 |
Color Harmonies of #0414FF
Complementary color
Monochromatic Colors of #0414FF
Black with #0414FF
Text Example
Text Example
White with #0414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0414FF; }
p { color: rgb(4,20,255); }
H1.HeaderClassName
{
color: #0414FF;
}
.AnyTagClassName
{
color: #0414FF;
}
</style>
background-color css
<style>
a { background-color: #0414FF; }
a { background-color: rgb(4,20,255); }
div.DivClassName
{
background-color: #0414FF;
}
.BgClassName
{
background-color: #0414FF;
}
</style>
border-color css
<style>
span { border-color: #0414FF; }
span { border-color: rgb(4,20,255); }
td.TdClassName
{
border-color: #0414FF;
}
.TagClassName
{
border-color: #0414FF;
}
</style>