Shades of Medium Blue #1E05DC
Tints of Medium Blue #1E05DC
RGB
CMYK
RGB Variations
Color information
#1E05DC (or 0x1E05DC) is known color: Medium Blue. HEX triplet: 1E, 05 and DC. RGB value is (30,5,220). Sum of RGB (Red+Green+Blue) = 30+5+220=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E05DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05DC is #E1FA23. Grayscale: #242424. Windows color (decimal): -14809636 or 14419230. OLE color: 14419230.
HSL color Cylindrical-coordinate representation of color #1E05DC: hue angle of 246.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E05DC is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 5 | 220 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.14 |
| HSL | 246.98º | 0.96% | 0.44% | - |
| HSV(B) | 246.98º | 0.98% | 0.86% | - |
| XYZ | 13.51 | 5.55 | 68.07 | - |
| YUV | 36.99 | 231.28 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 220 | 0.86 | 0.98 | 0 | 0.14 | 246.98 | 0.96 | 0.44 |
| Hex | 1E | 5 | DC | 56 | 62 | 0 | E | F7 | 60 | 2C |
| Octal | 36 | 5 | 334 | 126 | 142 | 0 | 16 | 367 | 140 | 54 |
| Binary | 11110 | 101 | 11011100 | 1010110 | 1100010 | 0 | 1110 | 11110111 | 1100000 | 101100 |
Color Harmonies of #1E05DC
Complementary color
Monochromatic Colors of #1E05DC
Black with #1E05DC
Text Example
Text Example
White with #1E05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E05DC; }
p { color: rgb(30,5,220); }
H1.HeaderClassName
{
color: #1E05DC;
}
.AnyTagClassName
{
color: #1E05DC;
}
</style>
background-color css
<style>
a { background-color: #1E05DC; }
a { background-color: rgb(30,5,220); }
div.DivClassName
{
background-color: #1E05DC;
}
.BgClassName
{
background-color: #1E05DC;
}
</style>
border-color css
<style>
span { border-color: #1E05DC; }
span { border-color: rgb(30,5,220); }
td.TdClassName
{
border-color: #1E05DC;
}
.TagClassName
{
border-color: #1E05DC;
}
</style>