Shades of Medium Blue #1A0FDF
Tints of Medium Blue #1A0FDF
RGB
CMYK
RGB Variations
Color information
#1A0FDF (or 0x1A0FDF) is known color: Medium Blue. HEX triplet: 1A, 0F and DF. RGB value is (26,15,223). Sum of RGB (Red+Green+Blue) = 26+15+223=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0FDF is #E5F020. Grayscale: #292929. Windows color (decimal): -15069217 or 14618394. OLE color: 14618394.
HSL color Cylindrical-coordinate representation of color #1A0FDF: hue angle of 243.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0FDF is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 15 | 223 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.13 |
| HSL | 243.17º | 0.87% | 0.47% | - |
| HSV(B) | 243.17º | 0.93% | 0.87% | - |
| XYZ | 13.92 | 5.89 | 70.22 | - |
| YUV | 42 | 230.14 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 223 | 0.88 | 0.93 | 0 | 0.13 | 243.17 | 0.87 | 0.47 |
| Hex | 1A | F | DF | 58 | 5D | 0 | D | F3 | 57 | 2F |
| Octal | 32 | 17 | 337 | 130 | 135 | 0 | 15 | 363 | 127 | 57 |
| Binary | 11010 | 1111 | 11011111 | 1011000 | 1011101 | 0 | 1101 | 11110011 | 1010111 | 101111 |
Color Harmonies of #1A0FDF
Complementary color
Monochromatic Colors of #1A0FDF
Black with #1A0FDF
Text Example
Text Example
White with #1A0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FDF; }
p { color: rgb(26,15,223); }
H1.HeaderClassName
{
color: #1A0FDF;
}
.AnyTagClassName
{
color: #1A0FDF;
}
</style>
background-color css
<style>
a { background-color: #1A0FDF; }
a { background-color: rgb(26,15,223); }
div.DivClassName
{
background-color: #1A0FDF;
}
.BgClassName
{
background-color: #1A0FDF;
}
</style>
border-color css
<style>
span { border-color: #1A0FDF; }
span { border-color: rgb(26,15,223); }
td.TdClassName
{
border-color: #1A0FDF;
}
.TagClassName
{
border-color: #1A0FDF;
}
</style>