Shades of Medium Blue #1621DF
Tints of Medium Blue #1621DF
RGB
CMYK
RGB Variations
Color information
#1621DF (or 0x1621DF) is known color: Medium Blue. HEX triplet: 16, 21 and DF. RGB value is (22,33,223). Sum of RGB (Red+Green+Blue) = 22+33+223=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #1621DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1621DF is #E9DE20. Grayscale: #323232. Windows color (decimal): -15326753 or 14622998. OLE color: 14622998.
HSL color Cylindrical-coordinate representation of color #1621DF: hue angle of 236.72º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1621DF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 33 | 223 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.13 |
| HSL | 236.72º | 0.82% | 0.48% | - |
| HSV(B) | 236.72º | 0.9% | 0.87% | - |
| XYZ | 14.19 | 6.59 | 70.34 | - |
| YUV | 51.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 223 | 0.90 | 0.85 | 0 | 0.13 | 236.72 | 0.82 | 0.48 |
| Hex | 16 | 21 | DF | 5A | 55 | 0 | D | ED | 52 | 30 |
| Octal | 26 | 41 | 337 | 132 | 125 | 0 | 15 | 355 | 122 | 60 |
| Binary | 10110 | 100001 | 11011111 | 1011010 | 1010101 | 0 | 1101 | 11101101 | 1010010 | 110000 |
Color Harmonies of #1621DF
Complementary color
Monochromatic Colors of #1621DF
Black with #1621DF
Text Example
Text Example
White with #1621DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1621DF; }
p { color: rgb(22,33,223); }
H1.HeaderClassName
{
color: #1621DF;
}
.AnyTagClassName
{
color: #1621DF;
}
</style>
background-color css
<style>
a { background-color: #1621DF; }
a { background-color: rgb(22,33,223); }
div.DivClassName
{
background-color: #1621DF;
}
.BgClassName
{
background-color: #1621DF;
}
</style>
border-color css
<style>
span { border-color: #1621DF; }
span { border-color: rgb(22,33,223); }
td.TdClassName
{
border-color: #1621DF;
}
.TagClassName
{
border-color: #1621DF;
}
</style>