Shades of Medium Blue #1407DB
Tints of Medium Blue #1407DB
RGB
CMYK
RGB Variations
Color information
#1407DB (or 0x1407DB) is known color: Medium Blue. HEX triplet: 14, 07 and DB. RGB value is (20,7,219). Sum of RGB (Red+Green+Blue) = 20+7+219=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #1407DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407DB is #EBF824. Grayscale: #222222. Windows color (decimal): -15464485 or 14354196. OLE color: 14354196.
HSL color Cylindrical-coordinate representation of color #1407DB: hue angle of 243.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407DB is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 7 | 219 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.14 |
| HSL | 243.68º | 0.94% | 0.44% | - |
| HSV(B) | 243.68º | 0.97% | 0.86% | - |
| XYZ | 13.15 | 5.42 | 67.37 | - |
| YUV | 35.06 | 231.81 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 219 | 0.91 | 0.97 | 0 | 0.14 | 243.68 | 0.94 | 0.44 |
| Hex | 14 | 7 | DB | 5B | 61 | 0 | E | F4 | 5E | 2C |
| Octal | 24 | 7 | 333 | 133 | 141 | 0 | 16 | 364 | 136 | 54 |
| Binary | 10100 | 111 | 11011011 | 1011011 | 1100001 | 0 | 1110 | 11110100 | 1011110 | 101100 |
Color Harmonies of #1407DB
Complementary color
Monochromatic Colors of #1407DB
Black with #1407DB
Text Example
Text Example
White with #1407DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1407DB; }
p { color: rgb(20,7,219); }
H1.HeaderClassName
{
color: #1407DB;
}
.AnyTagClassName
{
color: #1407DB;
}
</style>
background-color css
<style>
a { background-color: #1407DB; }
a { background-color: rgb(20,7,219); }
div.DivClassName
{
background-color: #1407DB;
}
.BgClassName
{
background-color: #1407DB;
}
</style>
border-color css
<style>
span { border-color: #1407DB; }
span { border-color: rgb(20,7,219); }
td.TdClassName
{
border-color: #1407DB;
}
.TagClassName
{
border-color: #1407DB;
}
</style>