Shades of Medium Blue #1A0DDF
Tints of Medium Blue #1A0DDF
RGB
CMYK
RGB Variations
Color information
#1A0DDF (or 0x1A0DDF) is known color: Medium Blue. HEX triplet: 1A, 0D and DF. RGB value is (26,13,223). Sum of RGB (Red+Green+Blue) = 26+13+223=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0DDF is #E5F220. Grayscale: #282828. Windows color (decimal): -15069729 or 14617882. OLE color: 14617882.
HSL color Cylindrical-coordinate representation of color #1A0DDF: hue angle of 243.71º degrees, saturation: 0.89, 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 #1A0DDF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 13 | 223 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.13 |
| HSL | 243.71º | 0.89% | 0.46% | - |
| HSV(B) | 243.71º | 0.94% | 0.87% | - |
| XYZ | 13.89 | 5.84 | 70.21 | - |
| YUV | 40.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 223 | 0.88 | 0.94 | 0 | 0.13 | 243.71 | 0.89 | 0.46 |
| Hex | 1A | D | DF | 58 | 5E | 0 | D | F4 | 59 | 2E |
| Octal | 32 | 15 | 337 | 130 | 136 | 0 | 15 | 364 | 131 | 56 |
| Binary | 11010 | 1101 | 11011111 | 1011000 | 1011110 | 0 | 1101 | 11110100 | 1011001 | 101110 |
Color Harmonies of #1A0DDF
Complementary color
Monochromatic Colors of #1A0DDF
Black with #1A0DDF
Text Example
Text Example
White with #1A0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0DDF; }
p { color: rgb(26,13,223); }
H1.HeaderClassName
{
color: #1A0DDF;
}
.AnyTagClassName
{
color: #1A0DDF;
}
</style>
background-color css
<style>
a { background-color: #1A0DDF; }
a { background-color: rgb(26,13,223); }
div.DivClassName
{
background-color: #1A0DDF;
}
.BgClassName
{
background-color: #1A0DDF;
}
</style>
border-color css
<style>
span { border-color: #1A0DDF; }
span { border-color: rgb(26,13,223); }
td.TdClassName
{
border-color: #1A0DDF;
}
.TagClassName
{
border-color: #1A0DDF;
}
</style>