Shades of Medium Blue #1F1ADD
Tints of Medium Blue #1F1ADD
RGB
CMYK
RGB Variations
Color information
#1F1ADD (or 0x1F1ADD) is known color: Medium Blue. HEX triplet: 1F, 1A and DD. RGB value is (31,26,221). Sum of RGB (Red+Green+Blue) = 31+26+221=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1ADD is #E0E522. Grayscale: #303030. Windows color (decimal): -14738723 or 14490143. OLE color: 14490143.
HSL color Cylindrical-coordinate representation of color #1F1ADD: hue angle of 241.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1ADD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 26 | 221 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.13 |
| HSL | 241.54º | 0.79% | 0.48% | - |
| HSV(B) | 241.54º | 0.88% | 0.87% | - |
| XYZ | 13.99 | 6.25 | 68.88 | - |
| YUV | 49.73 | 224.66 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 221 | 0.86 | 0.88 | 0 | 0.13 | 241.54 | 0.79 | 0.48 |
| Hex | 1F | 1A | DD | 56 | 58 | 0 | D | F2 | 4F | 30 |
| Octal | 37 | 32 | 335 | 126 | 130 | 0 | 15 | 362 | 117 | 60 |
| Binary | 11111 | 11010 | 11011101 | 1010110 | 1011000 | 0 | 1101 | 11110010 | 1001111 | 110000 |
Color Harmonies of #1F1ADD
Complementary color
Monochromatic Colors of #1F1ADD
Black with #1F1ADD
Text Example
Text Example
White with #1F1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1ADD; }
p { color: rgb(31,26,221); }
H1.HeaderClassName
{
color: #1F1ADD;
}
.AnyTagClassName
{
color: #1F1ADD;
}
</style>
background-color css
<style>
a { background-color: #1F1ADD; }
a { background-color: rgb(31,26,221); }
div.DivClassName
{
background-color: #1F1ADD;
}
.BgClassName
{
background-color: #1F1ADD;
}
</style>
border-color css
<style>
span { border-color: #1F1ADD; }
span { border-color: rgb(31,26,221); }
td.TdClassName
{
border-color: #1F1ADD;
}
.TagClassName
{
border-color: #1F1ADD;
}
</style>