Shades of Blue #0418FD
Tints of Blue #0418FD
RGB
CMYK
RGB Variations
Color information
#0418FD (or 0x0418FD) is known color: Blue. HEX triplet: 04, 18 and FD. RGB value is (4,24,253). Sum of RGB (Red+Green+Blue) = 4+24+253=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 253 (99.22% from 255 or 90.04% from 281); Max value from RGB is 253 - color contains mainly: blue. Hex color #0418FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0418FD is #FBE702. Grayscale: #2B2B2B. Windows color (decimal): -16508675 or 16586756. OLE color: 16586756.
HSL color Cylindrical-coordinate representation of color #0418FD: hue angle of 235.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0418FD is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 24 | 253 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.01 |
| HSL | 235.18º | 0.98% | 0.5% | - |
| HSV(B) | 235.18º | 0.98% | 0.99% | - |
| XYZ | 18.11 | 7.77 | 93.47 | - |
| YUV | 44.13 | 245.87 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 253 | 0.98 | 0.91 | 0 | 0.01 | 235.18 | 0.98 | 0.5 |
| Hex | 4 | 18 | FD | 62 | 5B | 0 | 1 | EB | 62 | 32 |
| Octal | 4 | 30 | 375 | 142 | 133 | 0 | 1 | 353 | 142 | 62 |
| Binary | 100 | 11000 | 11111101 | 1100010 | 1011011 | 0 | 1 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0418FD
Complementary color
Monochromatic Colors of #0418FD
Black with #0418FD
Text Example
Text Example
White with #0418FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0418FD; }
p { color: rgb(4,24,253); }
H1.HeaderClassName
{
color: #0418FD;
}
.AnyTagClassName
{
color: #0418FD;
}
</style>
background-color css
<style>
a { background-color: #0418FD; }
a { background-color: rgb(4,24,253); }
div.DivClassName
{
background-color: #0418FD;
}
.BgClassName
{
background-color: #0418FD;
}
</style>
border-color css
<style>
span { border-color: #0418FD; }
span { border-color: rgb(4,24,253); }
td.TdClassName
{
border-color: #0418FD;
}
.TagClassName
{
border-color: #0418FD;
}
</style>