Shades of Medium Blue #1E05CF
Tints of Medium Blue #1E05CF
RGB
CMYK
RGB Variations
Color information
#1E05CF (or 0x1E05CF) is known color: Medium Blue. HEX triplet: 1E, 05 and CF. RGB value is (30,5,207). Sum of RGB (Red+Green+Blue) = 30+5+207=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E05CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05CF is #E1FA30. Grayscale: #222222. Windows color (decimal): -14809649 or 13567262. OLE color: 13567262.
HSL color Cylindrical-coordinate representation of color #1E05CF: hue angle of 247.43º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E05CF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 5 | 207 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.19 |
| HSL | 247.43º | 0.95% | 0.42% | - |
| HSV(B) | 247.43º | 0.98% | 0.81% | - |
| XYZ | 11.85 | 4.89 | 59.35 | - |
| YUV | 35.5 | 224.78 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 207 | 0.86 | 0.98 | 0 | 0.19 | 247.43 | 0.95 | 0.42 |
| Hex | 1E | 5 | CF | 56 | 62 | 0 | 13 | F7 | 5F | 2A |
| Octal | 36 | 5 | 317 | 126 | 142 | 0 | 23 | 367 | 137 | 52 |
| Binary | 11110 | 101 | 11001111 | 1010110 | 1100010 | 0 | 10011 | 11110111 | 1011111 | 101010 |
Color Harmonies of #1E05CF
Complementary color
Monochromatic Colors of #1E05CF
Black with #1E05CF
Text Example
Text Example
White with #1E05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E05CF; }
p { color: rgb(30,5,207); }
H1.HeaderClassName
{
color: #1E05CF;
}
.AnyTagClassName
{
color: #1E05CF;
}
</style>
background-color css
<style>
a { background-color: #1E05CF; }
a { background-color: rgb(30,5,207); }
div.DivClassName
{
background-color: #1E05CF;
}
.BgClassName
{
background-color: #1E05CF;
}
</style>
border-color css
<style>
span { border-color: #1E05CF; }
span { border-color: rgb(30,5,207); }
td.TdClassName
{
border-color: #1E05CF;
}
.TagClassName
{
border-color: #1E05CF;
}
</style>