Shades of Medium Blue #1A0EDF
Tints of Medium Blue #1A0EDF
RGB
CMYK
RGB Variations
Color information
#1A0EDF (or 0x1A0EDF) is known color: Medium Blue. HEX triplet: 1A, 0E and DF. RGB value is (26,14,223). Sum of RGB (Red+Green+Blue) = 26+14+223=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0EDF is #E5F120. Grayscale: #282828. Windows color (decimal): -15069473 or 14618138. OLE color: 14618138.
HSL color Cylindrical-coordinate representation of color #1A0EDF: hue angle of 243.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0EDF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 14 | 223 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.13 |
| HSL | 243.45º | 0.88% | 0.46% | - |
| HSV(B) | 243.45º | 0.94% | 0.87% | - |
| XYZ | 13.9 | 5.86 | 70.21 | - |
| YUV | 41.41 | 230.48 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 223 | 0.88 | 0.94 | 0 | 0.13 | 243.45 | 0.88 | 0.46 |
| Hex | 1A | E | DF | 58 | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 32 | 16 | 337 | 130 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 11010 | 1110 | 11011111 | 1011000 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #1A0EDF
Complementary color
Monochromatic Colors of #1A0EDF
Black with #1A0EDF
Text Example
Text Example
White with #1A0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0EDF; }
p { color: rgb(26,14,223); }
H1.HeaderClassName
{
color: #1A0EDF;
}
.AnyTagClassName
{
color: #1A0EDF;
}
</style>
background-color css
<style>
a { background-color: #1A0EDF; }
a { background-color: rgb(26,14,223); }
div.DivClassName
{
background-color: #1A0EDF;
}
.BgClassName
{
background-color: #1A0EDF;
}
</style>
border-color css
<style>
span { border-color: #1A0EDF; }
span { border-color: rgb(26,14,223); }
td.TdClassName
{
border-color: #1A0EDF;
}
.TagClassName
{
border-color: #1A0EDF;
}
</style>