Shades of Medium Blue #1E0FCB
Tints of Medium Blue #1E0FCB
RGB
CMYK
RGB Variations
Color information
#1E0FCB (or 0x1E0FCB) is known color: Medium Blue. HEX triplet: 1E, 0F and CB. RGB value is (30,15,203). Sum of RGB (Red+Green+Blue) = 30+15+203=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E0FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FCB is #E1F034. Grayscale: #282828. Windows color (decimal): -14807093 or 13307678. OLE color: 13307678.
HSL color Cylindrical-coordinate representation of color #1E0FCB: hue angle of 244.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0FCB is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 15 | 203 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.20 |
| HSL | 244.79º | 0.86% | 0.43% | - |
| HSV(B) | 244.79º | 0.93% | 0.8% | - |
| XYZ | 11.49 | 4.93 | 56.85 | - |
| YUV | 40.92 | 219.47 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 203 | 0.85 | 0.93 | 0 | 0.20 | 244.79 | 0.86 | 0.43 |
| Hex | 1E | F | CB | 55 | 5D | 0 | 14 | F5 | 56 | 2B |
| Octal | 36 | 17 | 313 | 125 | 135 | 0 | 24 | 365 | 126 | 53 |
| Binary | 11110 | 1111 | 11001011 | 1010101 | 1011101 | 0 | 10100 | 11110101 | 1010110 | 101011 |
Color Harmonies of #1E0FCB
Complementary color
Monochromatic Colors of #1E0FCB
Black with #1E0FCB
Text Example
Text Example
White with #1E0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FCB; }
p { color: rgb(30,15,203); }
H1.HeaderClassName
{
color: #1E0FCB;
}
.AnyTagClassName
{
color: #1E0FCB;
}
</style>
background-color css
<style>
a { background-color: #1E0FCB; }
a { background-color: rgb(30,15,203); }
div.DivClassName
{
background-color: #1E0FCB;
}
.BgClassName
{
background-color: #1E0FCB;
}
</style>
border-color css
<style>
span { border-color: #1E0FCB; }
span { border-color: rgb(30,15,203); }
td.TdClassName
{
border-color: #1E0FCB;
}
.TagClassName
{
border-color: #1E0FCB;
}
</style>