Shades of Medium Blue #1E14CB
Tints of Medium Blue #1E14CB
RGB
CMYK
RGB Variations
Color information
#1E14CB (or 0x1E14CB) is known color: Medium Blue. HEX triplet: 1E, 14 and CB. RGB value is (30,20,203). Sum of RGB (Red+Green+Blue) = 30+20+203=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E14CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14CB is #E1EB34. Grayscale: #2B2B2B. Windows color (decimal): -14805813 or 13308958. OLE color: 13308958.
HSL color Cylindrical-coordinate representation of color #1E14CB: hue angle of 243.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E14CB is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 20 | 203 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.20 |
| HSL | 243.28º | 0.82% | 0.44% | - |
| HSV(B) | 243.28º | 0.9% | 0.8% | - |
| XYZ | 11.57 | 5.09 | 56.87 | - |
| YUV | 43.85 | 217.81 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 203 | 0.85 | 0.90 | 0 | 0.20 | 243.28 | 0.82 | 0.44 |
| Hex | 1E | 14 | CB | 55 | 5A | 0 | 14 | F3 | 52 | 2C |
| Octal | 36 | 24 | 313 | 125 | 132 | 0 | 24 | 363 | 122 | 54 |
| Binary | 11110 | 10100 | 11001011 | 1010101 | 1011010 | 0 | 10100 | 11110011 | 1010010 | 101100 |
Color Harmonies of #1E14CB
Complementary color
Monochromatic Colors of #1E14CB
Black with #1E14CB
Text Example
Text Example
White with #1E14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E14CB; }
p { color: rgb(30,20,203); }
H1.HeaderClassName
{
color: #1E14CB;
}
.AnyTagClassName
{
color: #1E14CB;
}
</style>
background-color css
<style>
a { background-color: #1E14CB; }
a { background-color: rgb(30,20,203); }
div.DivClassName
{
background-color: #1E14CB;
}
.BgClassName
{
background-color: #1E14CB;
}
</style>
border-color css
<style>
span { border-color: #1E14CB; }
span { border-color: rgb(30,20,203); }
td.TdClassName
{
border-color: #1E14CB;
}
.TagClassName
{
border-color: #1E14CB;
}
</style>