Shades of Blue #0400ED
Tints of Blue #0400ED
RGB
CMYK
RGB Variations
Color information
#0400ED (or 0x0400ED) is known color: Blue. HEX triplet: 04, 00 and ED. RGB value is (4,0,237). Sum of RGB (Red+Green+Blue) = 4+0+237=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 237 (92.97% from 255 or 98.34% from 241); Max value from RGB is 237 - color contains mainly: blue. Hex color #0400ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0400ED is #FBFF12. Grayscale: #1B1B1B. Windows color (decimal): -16514835 or 15532036. OLE color: 15532036.
HSL color Cylindrical-coordinate representation of color #0400ED: hue angle of 241.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400ED is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 0 | 237 | - |
| CMYK | 0.98 | 1 | 0 | 0.07 |
| HSL | 241.01º | 1% | 0.46% | - |
| HSV(B) | 241.01º | 1% | 0.93% | - |
| XYZ | 15.34 | 6.14 | 80.5 | - |
| YUV | 28.21 | 245.83 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 237 | 0.98 | 1 | 0 | 0.07 | 241.01 | 1 | 0.46 |
| Hex | 4 | 0 | ED | 62 | 64 | 0 | 7 | F1 | 64 | 2E |
| Octal | 4 | 0 | 355 | 142 | 144 | 0 | 7 | 361 | 144 | 56 |
| Binary | 100 | 0 | 11101101 | 1100010 | 1100100 | 0 | 111 | 11110001 | 1100100 | 101110 |
Color Harmonies of #0400ED
Complementary color
Monochromatic Colors of #0400ED
Black with #0400ED
Text Example
Text Example
White with #0400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400ED; }
p { color: rgb(4,0,237); }
H1.HeaderClassName
{
color: #0400ED;
}
.AnyTagClassName
{
color: #0400ED;
}
</style>
background-color css
<style>
a { background-color: #0400ED; }
a { background-color: rgb(4,0,237); }
div.DivClassName
{
background-color: #0400ED;
}
.BgClassName
{
background-color: #0400ED;
}
</style>
border-color css
<style>
span { border-color: #0400ED; }
span { border-color: rgb(4,0,237); }
td.TdClassName
{
border-color: #0400ED;
}
.TagClassName
{
border-color: #0400ED;
}
</style>