Shades of Medium Blue #1A1FDA
Tints of Medium Blue #1A1FDA
RGB
CMYK
RGB Variations
Color information
#1A1FDA (or 0x1A1FDA) is known color: Medium Blue. HEX triplet: 1A, 1F and DA. RGB value is (26,31,218). Sum of RGB (Red+Green+Blue) = 26+31+218=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A1FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FDA is #E5E025. Grayscale: #323232. Windows color (decimal): -15065126 or 14294810. OLE color: 14294810.
HSL color Cylindrical-coordinate representation of color #1A1FDA: hue angle of 238.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1FDA is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 31 | 218 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.15 |
| HSL | 238.44º | 0.79% | 0.48% | - |
| HSV(B) | 238.44º | 0.88% | 0.85% | - |
| XYZ | 13.57 | 6.26 | 66.82 | - |
| YUV | 50.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 218 | 0.88 | 0.86 | 0 | 0.15 | 238.44 | 0.79 | 0.48 |
| Hex | 1A | 1F | DA | 58 | 56 | 0 | F | EE | 4F | 30 |
| Octal | 32 | 37 | 332 | 130 | 126 | 0 | 17 | 356 | 117 | 60 |
| Binary | 11010 | 11111 | 11011010 | 1011000 | 1010110 | 0 | 1111 | 11101110 | 1001111 | 110000 |
Color Harmonies of #1A1FDA
Complementary color
Monochromatic Colors of #1A1FDA
Black with #1A1FDA
Text Example
Text Example
White with #1A1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FDA; }
p { color: rgb(26,31,218); }
H1.HeaderClassName
{
color: #1A1FDA;
}
.AnyTagClassName
{
color: #1A1FDA;
}
</style>
background-color css
<style>
a { background-color: #1A1FDA; }
a { background-color: rgb(26,31,218); }
div.DivClassName
{
background-color: #1A1FDA;
}
.BgClassName
{
background-color: #1A1FDA;
}
</style>
border-color css
<style>
span { border-color: #1A1FDA; }
span { border-color: rgb(26,31,218); }
td.TdClassName
{
border-color: #1A1FDA;
}
.TagClassName
{
border-color: #1A1FDA;
}
</style>