Shades of Medium Blue #1B0EDC
Tints of Medium Blue #1B0EDC
RGB
CMYK
RGB Variations
Color information
#1B0EDC (or 0x1B0EDC) is known color: Medium Blue. HEX triplet: 1B, 0E and DC. RGB value is (27,14,220). Sum of RGB (Red+Green+Blue) = 27+14+220=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B0EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EDC is #E4F123. Grayscale: #282828. Windows color (decimal): -15003940 or 14421531. OLE color: 14421531.
HSL color Cylindrical-coordinate representation of color #1B0EDC: hue angle of 243.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0EDC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 14 | 220 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.14 |
| HSL | 243.79º | 0.88% | 0.46% | - |
| HSV(B) | 243.79º | 0.94% | 0.86% | - |
| XYZ | 13.53 | 5.71 | 68.1 | - |
| YUV | 41.37 | 228.81 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 220 | 0.88 | 0.94 | 0 | 0.14 | 243.79 | 0.88 | 0.46 |
| Hex | 1B | E | DC | 58 | 5E | 0 | E | F4 | 58 | 2E |
| Octal | 33 | 16 | 334 | 130 | 136 | 0 | 16 | 364 | 130 | 56 |
| Binary | 11011 | 1110 | 11011100 | 1011000 | 1011110 | 0 | 1110 | 11110100 | 1011000 | 101110 |
Color Harmonies of #1B0EDC
Complementary color
Monochromatic Colors of #1B0EDC
Black with #1B0EDC
Text Example
Text Example
White with #1B0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0EDC; }
p { color: rgb(27,14,220); }
H1.HeaderClassName
{
color: #1B0EDC;
}
.AnyTagClassName
{
color: #1B0EDC;
}
</style>
background-color css
<style>
a { background-color: #1B0EDC; }
a { background-color: rgb(27,14,220); }
div.DivClassName
{
background-color: #1B0EDC;
}
.BgClassName
{
background-color: #1B0EDC;
}
</style>
border-color css
<style>
span { border-color: #1B0EDC; }
span { border-color: rgb(27,14,220); }
td.TdClassName
{
border-color: #1B0EDC;
}
.TagClassName
{
border-color: #1B0EDC;
}
</style>