Shades of Medium Blue #1F1ADC
Tints of Medium Blue #1F1ADC
RGB
CMYK
RGB Variations
Color information
#1F1ADC (or 0x1F1ADC) is known color: Medium Blue. HEX triplet: 1F, 1A and DC. RGB value is (31,26,220). Sum of RGB (Red+Green+Blue) = 31+26+220=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F1ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1ADC is #E0E523. Grayscale: #303030. Windows color (decimal): -14738724 or 14424607. OLE color: 14424607.
HSL color Cylindrical-coordinate representation of color #1F1ADC: hue angle of 241.55º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1ADC is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 26 | 220 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.14 |
| HSL | 241.55º | 0.79% | 0.48% | - |
| HSV(B) | 241.55º | 0.88% | 0.86% | - |
| XYZ | 13.85 | 6.2 | 68.18 | - |
| YUV | 49.61 | 224.16 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 220 | 0.86 | 0.88 | 0 | 0.14 | 241.55 | 0.79 | 0.48 |
| Hex | 1F | 1A | DC | 56 | 58 | 0 | E | F2 | 4F | 30 |
| Octal | 37 | 32 | 334 | 126 | 130 | 0 | 16 | 362 | 117 | 60 |
| Binary | 11111 | 11010 | 11011100 | 1010110 | 1011000 | 0 | 1110 | 11110010 | 1001111 | 110000 |
Color Harmonies of #1F1ADC
Complementary color
Monochromatic Colors of #1F1ADC
Black with #1F1ADC
Text Example
Text Example
White with #1F1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1ADC; }
p { color: rgb(31,26,220); }
H1.HeaderClassName
{
color: #1F1ADC;
}
.AnyTagClassName
{
color: #1F1ADC;
}
</style>
background-color css
<style>
a { background-color: #1F1ADC; }
a { background-color: rgb(31,26,220); }
div.DivClassName
{
background-color: #1F1ADC;
}
.BgClassName
{
background-color: #1F1ADC;
}
</style>
border-color css
<style>
span { border-color: #1F1ADC; }
span { border-color: rgb(31,26,220); }
td.TdClassName
{
border-color: #1F1ADC;
}
.TagClassName
{
border-color: #1F1ADC;
}
</style>