Shades of Blue #0418FE
Tints of Blue #0418FE
RGB
CMYK
RGB Variations
Color information
#0418FE (or 0x0418FE) is known color: Blue. HEX triplet: 04, 18 and FE. RGB value is (4,24,254). Sum of RGB (Red+Green+Blue) = 4+24+254=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 254 (99.61% from 255 or 90.07% from 282); Max value from RGB is 254 - color contains mainly: blue. Hex color #0418FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0418FE is #FBE701. Grayscale: #2B2B2B. Windows color (decimal): -16508674 or 16652292. OLE color: 16652292.
HSL color Cylindrical-coordinate representation of color #0418FE: hue angle of 235.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0418FE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 24 | 254 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.00 |
| HSL | 235.2º | 0.99% | 0.51% | - |
| HSV(B) | 235.2º | 0.98% | 1% | - |
| XYZ | 18.27 | 7.83 | 94.32 | - |
| YUV | 44.24 | 246.37 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 254 | 0.98 | 0.91 | 0 | 0.00 | 235.2 | 0.99 | 0.51 |
| Hex | 4 | 18 | FE | 62 | 5B | 0 | 0 | EB | 63 | 33 |
| Octal | 4 | 30 | 376 | 142 | 133 | 0 | 0 | 353 | 143 | 63 |
| Binary | 100 | 11000 | 11111110 | 1100010 | 1011011 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #0418FE
Complementary color
Monochromatic Colors of #0418FE
Black with #0418FE
Text Example
Text Example
White with #0418FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0418FE; }
p { color: rgb(4,24,254); }
H1.HeaderClassName
{
color: #0418FE;
}
.AnyTagClassName
{
color: #0418FE;
}
</style>
background-color css
<style>
a { background-color: #0418FE; }
a { background-color: rgb(4,24,254); }
div.DivClassName
{
background-color: #0418FE;
}
.BgClassName
{
background-color: #0418FE;
}
</style>
border-color css
<style>
span { border-color: #0418FE; }
span { border-color: rgb(4,24,254); }
td.TdClassName
{
border-color: #0418FE;
}
.TagClassName
{
border-color: #0418FE;
}
</style>