Shades of Medium Blue #1F14CD
Tints of Medium Blue #1F14CD
RGB
CMYK
RGB Variations
Color information
#1F14CD (or 0x1F14CD) is known color: Medium Blue. HEX triplet: 1F, 14 and CD. RGB value is (31,20,205). Sum of RGB (Red+Green+Blue) = 31+20+205=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14CD is #E0EB32. Grayscale: #2B2B2B. Windows color (decimal): -14740275 or 13440031. OLE color: 13440031.
HSL color Cylindrical-coordinate representation of color #1F14CD: hue angle of 243.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F14CD is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 20 | 205 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.20 |
| HSL | 243.57º | 0.82% | 0.44% | - |
| HSV(B) | 243.57º | 0.9% | 0.8% | - |
| XYZ | 11.83 | 5.2 | 58.14 | - |
| YUV | 44.38 | 218.64 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 205 | 0.85 | 0.90 | 0 | 0.20 | 243.57 | 0.82 | 0.44 |
| Hex | 1F | 14 | CD | 55 | 5A | 0 | 14 | F4 | 52 | 2C |
| Octal | 37 | 24 | 315 | 125 | 132 | 0 | 24 | 364 | 122 | 54 |
| Binary | 11111 | 10100 | 11001101 | 1010101 | 1011010 | 0 | 10100 | 11110100 | 1010010 | 101100 |
Color Harmonies of #1F14CD
Complementary color
Monochromatic Colors of #1F14CD
Black with #1F14CD
Text Example
Text Example
White with #1F14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14CD; }
p { color: rgb(31,20,205); }
H1.HeaderClassName
{
color: #1F14CD;
}
.AnyTagClassName
{
color: #1F14CD;
}
</style>
background-color css
<style>
a { background-color: #1F14CD; }
a { background-color: rgb(31,20,205); }
div.DivClassName
{
background-color: #1F14CD;
}
.BgClassName
{
background-color: #1F14CD;
}
</style>
border-color css
<style>
span { border-color: #1F14CD; }
span { border-color: rgb(31,20,205); }
td.TdClassName
{
border-color: #1F14CD;
}
.TagClassName
{
border-color: #1F14CD;
}
</style>