Shades of Medium Blue #1F0ADC
Tints of Medium Blue #1F0ADC
RGB
CMYK
RGB Variations
Color information
#1F0ADC (or 0x1F0ADC) is known color: Medium Blue. HEX triplet: 1F, 0A and DC. RGB value is (31,10,220). Sum of RGB (Red+Green+Blue) = 31+10+220=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F0ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ADC is #E0F523. Grayscale: #272727. Windows color (decimal): -14742820 or 14420511. OLE color: 14420511.
HSL color Cylindrical-coordinate representation of color #1F0ADC: hue angle of 246º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0ADC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 10 | 220 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.14 |
| HSL | 246º | 0.91% | 0.45% | - |
| HSV(B) | 246º | 0.95% | 0.86% | - |
| XYZ | 13.59 | 5.68 | 68.09 | - |
| YUV | 40.22 | 229.46 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 220 | 0.86 | 0.95 | 0 | 0.14 | 246 | 0.91 | 0.45 |
| Hex | 1F | A | DC | 56 | 5F | 0 | E | F6 | 5B | 2D |
| Octal | 37 | 12 | 334 | 126 | 137 | 0 | 16 | 366 | 133 | 55 |
| Binary | 11111 | 1010 | 11011100 | 1010110 | 1011111 | 0 | 1110 | 11110110 | 1011011 | 101101 |
Color Harmonies of #1F0ADC
Complementary color
Monochromatic Colors of #1F0ADC
Black with #1F0ADC
Text Example
Text Example
White with #1F0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0ADC; }
p { color: rgb(31,10,220); }
H1.HeaderClassName
{
color: #1F0ADC;
}
.AnyTagClassName
{
color: #1F0ADC;
}
</style>
background-color css
<style>
a { background-color: #1F0ADC; }
a { background-color: rgb(31,10,220); }
div.DivClassName
{
background-color: #1F0ADC;
}
.BgClassName
{
background-color: #1F0ADC;
}
</style>
border-color css
<style>
span { border-color: #1F0ADC; }
span { border-color: rgb(31,10,220); }
td.TdClassName
{
border-color: #1F0ADC;
}
.TagClassName
{
border-color: #1F0ADC;
}
</style>