Shades of Medium Blue #1A1EDF
Tints of Medium Blue #1A1EDF
RGB
CMYK
RGB Variations
Color information
#1A1EDF (or 0x1A1EDF) is known color: Medium Blue. HEX triplet: 1A, 1E and DF. RGB value is (26,30,223). Sum of RGB (Red+Green+Blue) = 26+30+223=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A1EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1EDF is #E5E120. Grayscale: #323232. Windows color (decimal): -15065377 or 14622234. OLE color: 14622234.
HSL color Cylindrical-coordinate representation of color #1A1EDF: hue angle of 238.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1EDF is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 30 | 223 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.13 |
| HSL | 238.78º | 0.79% | 0.49% | - |
| HSV(B) | 238.78º | 0.88% | 0.87% | - |
| XYZ | 14.21 | 6.48 | 70.31 | - |
| YUV | 50.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 223 | 0.88 | 0.87 | 0 | 0.13 | 238.78 | 0.79 | 0.49 |
| Hex | 1A | 1E | DF | 58 | 57 | 0 | D | EF | 4F | 31 |
| Octal | 32 | 36 | 337 | 130 | 127 | 0 | 15 | 357 | 117 | 61 |
| Binary | 11010 | 11110 | 11011111 | 1011000 | 1010111 | 0 | 1101 | 11101111 | 1001111 | 110001 |
Color Harmonies of #1A1EDF
Complementary color
Monochromatic Colors of #1A1EDF
Black with #1A1EDF
Text Example
Text Example
White with #1A1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1EDF; }
p { color: rgb(26,30,223); }
H1.HeaderClassName
{
color: #1A1EDF;
}
.AnyTagClassName
{
color: #1A1EDF;
}
</style>
background-color css
<style>
a { background-color: #1A1EDF; }
a { background-color: rgb(26,30,223); }
div.DivClassName
{
background-color: #1A1EDF;
}
.BgClassName
{
background-color: #1A1EDF;
}
</style>
border-color css
<style>
span { border-color: #1A1EDF; }
span { border-color: rgb(26,30,223); }
td.TdClassName
{
border-color: #1A1EDF;
}
.TagClassName
{
border-color: #1A1EDF;
}
</style>