Shades of Medium Blue #1421DB
Tints of Medium Blue #1421DB
RGB
CMYK
RGB Variations
Color information
#1421DB (or 0x1421DB) is known color: Medium Blue. HEX triplet: 14, 21 and DB. RGB value is (20,33,219). Sum of RGB (Red+Green+Blue) = 20+33+219=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #1421DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421DB is #EBDE24. Grayscale: #313131. Windows color (decimal): -15457829 or 14360852. OLE color: 14360852.
HSL color Cylindrical-coordinate representation of color #1421DB: hue angle of 236.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1421DB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 33 | 219 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.14 |
| HSL | 236.08º | 0.83% | 0.47% | - |
| HSV(B) | 236.08º | 0.91% | 0.86% | - |
| XYZ | 13.62 | 6.35 | 67.53 | - |
| YUV | 50.32 | 223.19 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 219 | 0.91 | 0.85 | 0 | 0.14 | 236.08 | 0.83 | 0.47 |
| Hex | 14 | 21 | DB | 5B | 55 | 0 | E | EC | 53 | 2F |
| Octal | 24 | 41 | 333 | 133 | 125 | 0 | 16 | 354 | 123 | 57 |
| Binary | 10100 | 100001 | 11011011 | 1011011 | 1010101 | 0 | 1110 | 11101100 | 1010011 | 101111 |
Color Harmonies of #1421DB
Complementary color
Monochromatic Colors of #1421DB
Black with #1421DB
Text Example
Text Example
White with #1421DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421DB; }
p { color: rgb(20,33,219); }
H1.HeaderClassName
{
color: #1421DB;
}
.AnyTagClassName
{
color: #1421DB;
}
</style>
background-color css
<style>
a { background-color: #1421DB; }
a { background-color: rgb(20,33,219); }
div.DivClassName
{
background-color: #1421DB;
}
.BgClassName
{
background-color: #1421DB;
}
</style>
border-color css
<style>
span { border-color: #1421DB; }
span { border-color: rgb(20,33,219); }
td.TdClassName
{
border-color: #1421DB;
}
.TagClassName
{
border-color: #1421DB;
}
</style>