Shades of Medium Blue #1421DA
Tints of Medium Blue #1421DA
RGB
CMYK
RGB Variations
Color information
#1421DA (or 0x1421DA) is known color: Medium Blue. HEX triplet: 14, 21 and DA. RGB value is (20,33,218). Sum of RGB (Red+Green+Blue) = 20+33+218=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #1421DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421DA is #EBDE25. Grayscale: #313131. Windows color (decimal): -15457830 or 14295316. OLE color: 14295316.
HSL color Cylindrical-coordinate representation of color #1421DA: hue angle of 236.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1421DA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 33 | 218 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.15 |
| HSL | 236.06º | 0.83% | 0.47% | - |
| HSV(B) | 236.06º | 0.91% | 0.85% | - |
| XYZ | 13.49 | 6.3 | 66.83 | - |
| YUV | 50.2 | 222.69 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 218 | 0.91 | 0.85 | 0 | 0.15 | 236.06 | 0.83 | 0.47 |
| Hex | 14 | 21 | DA | 5B | 55 | 0 | F | EC | 53 | 2F |
| Octal | 24 | 41 | 332 | 133 | 125 | 0 | 17 | 354 | 123 | 57 |
| Binary | 10100 | 100001 | 11011010 | 1011011 | 1010101 | 0 | 1111 | 11101100 | 1010011 | 101111 |
Color Harmonies of #1421DA
Complementary color
Monochromatic Colors of #1421DA
Black with #1421DA
Text Example
Text Example
White with #1421DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421DA; }
p { color: rgb(20,33,218); }
H1.HeaderClassName
{
color: #1421DA;
}
.AnyTagClassName
{
color: #1421DA;
}
</style>
background-color css
<style>
a { background-color: #1421DA; }
a { background-color: rgb(20,33,218); }
div.DivClassName
{
background-color: #1421DA;
}
.BgClassName
{
background-color: #1421DA;
}
</style>
border-color css
<style>
span { border-color: #1421DA; }
span { border-color: rgb(20,33,218); }
td.TdClassName
{
border-color: #1421DA;
}
.TagClassName
{
border-color: #1421DA;
}
</style>