Shades of Medium Blue #1E04CF
Tints of Medium Blue #1E04CF
RGB
CMYK
RGB Variations
Color information
#1E04CF (or 0x1E04CF) is known color: Medium Blue. HEX triplet: 1E, 04 and CF. RGB value is (30,4,207). Sum of RGB (Red+Green+Blue) = 30+4+207=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E04CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E04CF is #E1FB30. Grayscale: #222222. Windows color (decimal): -14809905 or 13567006. OLE color: 13567006.
HSL color Cylindrical-coordinate representation of color #1E04CF: hue angle of 247.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04CF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 4 | 207 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.19 |
| HSL | 247.68º | 0.96% | 0.41% | - |
| HSV(B) | 247.68º | 0.98% | 0.81% | - |
| XYZ | 11.84 | 4.87 | 59.35 | - |
| YUV | 34.92 | 225.11 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 207 | 0.86 | 0.98 | 0 | 0.19 | 247.68 | 0.96 | 0.41 |
| Hex | 1E | 4 | CF | 56 | 62 | 0 | 13 | F8 | 60 | 29 |
| Octal | 36 | 4 | 317 | 126 | 142 | 0 | 23 | 370 | 140 | 51 |
| Binary | 11110 | 100 | 11001111 | 1010110 | 1100010 | 0 | 10011 | 11111000 | 1100000 | 101001 |
Color Harmonies of #1E04CF
Complementary color
Monochromatic Colors of #1E04CF
Black with #1E04CF
Text Example
Text Example
White with #1E04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E04CF; }
p { color: rgb(30,4,207); }
H1.HeaderClassName
{
color: #1E04CF;
}
.AnyTagClassName
{
color: #1E04CF;
}
</style>
background-color css
<style>
a { background-color: #1E04CF; }
a { background-color: rgb(30,4,207); }
div.DivClassName
{
background-color: #1E04CF;
}
.BgClassName
{
background-color: #1E04CF;
}
</style>
border-color css
<style>
span { border-color: #1E04CF; }
span { border-color: rgb(30,4,207); }
td.TdClassName
{
border-color: #1E04CF;
}
.TagClassName
{
border-color: #1E04CF;
}
</style>