Shades of Medium Blue #1F14CC
Tints of Medium Blue #1F14CC
RGB
CMYK
RGB Variations
Color information
#1F14CC (or 0x1F14CC) is known color: Medium Blue. HEX triplet: 1F, 14 and CC. RGB value is (31,20,204). Sum of RGB (Red+Green+Blue) = 31+20+204=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14CC is #E0EB33. Grayscale: #2B2B2B. Windows color (decimal): -14740276 or 13374495. OLE color: 13374495.
HSL color Cylindrical-coordinate representation of color #1F14CC: hue angle of 243.59º 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 #1F14CC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 20 | 204 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.2 |
| HSL | 243.59º | 0.82% | 0.44% | - |
| HSV(B) | 243.59º | 0.9% | 0.8% | - |
| XYZ | 11.71 | 5.15 | 57.5 | - |
| YUV | 44.27 | 218.14 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 204 | 0.85 | 0.90 | 0 | 0.2 | 243.59 | 0.82 | 0.44 |
| Hex | 1F | 14 | CC | 55 | 5A | 0 | 14 | F4 | 52 | 2C |
| Octal | 37 | 24 | 314 | 125 | 132 | 0 | 24 | 364 | 122 | 54 |
| Binary | 11111 | 10100 | 11001100 | 1010101 | 1011010 | 0 | 10100 | 11110100 | 1010010 | 101100 |
Color Harmonies of #1F14CC
Complementary color
Monochromatic Colors of #1F14CC
Black with #1F14CC
Text Example
Text Example
White with #1F14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14CC; }
p { color: rgb(31,20,204); }
H1.HeaderClassName
{
color: #1F14CC;
}
.AnyTagClassName
{
color: #1F14CC;
}
</style>
background-color css
<style>
a { background-color: #1F14CC; }
a { background-color: rgb(31,20,204); }
div.DivClassName
{
background-color: #1F14CC;
}
.BgClassName
{
background-color: #1F14CC;
}
</style>
border-color css
<style>
span { border-color: #1F14CC; }
span { border-color: rgb(31,20,204); }
td.TdClassName
{
border-color: #1F14CC;
}
.TagClassName
{
border-color: #1F14CC;
}
</style>