Shades of Medium Blue #1F18CD
Tints of Medium Blue #1F18CD
RGB
CMYK
RGB Variations
Color information
#1F18CD (or 0x1F18CD) is known color: Medium Blue. HEX triplet: 1F, 18 and CD. RGB value is (31,24,205). Sum of RGB (Red+Green+Blue) = 31+24+205=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18CD is #E0E732. Grayscale: #2E2E2E. Windows color (decimal): -14739251 or 13441055. OLE color: 13441055.
HSL color Cylindrical-coordinate representation of color #1F18CD: hue angle of 242.32º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F18CD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 24 | 205 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.20 |
| HSL | 242.32º | 0.79% | 0.45% | - |
| HSV(B) | 242.32º | 0.88% | 0.8% | - |
| XYZ | 11.91 | 5.35 | 58.16 | - |
| YUV | 46.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 205 | 0.85 | 0.88 | 0 | 0.20 | 242.32 | 0.79 | 0.45 |
| Hex | 1F | 18 | CD | 55 | 58 | 0 | 14 | F2 | 4F | 2D |
| Octal | 37 | 30 | 315 | 125 | 130 | 0 | 24 | 362 | 117 | 55 |
| Binary | 11111 | 11000 | 11001101 | 1010101 | 1011000 | 0 | 10100 | 11110010 | 1001111 | 101101 |
Color Harmonies of #1F18CD
Complementary color
Monochromatic Colors of #1F18CD
Black with #1F18CD
Text Example
Text Example
White with #1F18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18CD; }
p { color: rgb(31,24,205); }
H1.HeaderClassName
{
color: #1F18CD;
}
.AnyTagClassName
{
color: #1F18CD;
}
</style>
background-color css
<style>
a { background-color: #1F18CD; }
a { background-color: rgb(31,24,205); }
div.DivClassName
{
background-color: #1F18CD;
}
.BgClassName
{
background-color: #1F18CD;
}
</style>
border-color css
<style>
span { border-color: #1F18CD; }
span { border-color: rgb(31,24,205); }
td.TdClassName
{
border-color: #1F18CD;
}
.TagClassName
{
border-color: #1F18CD;
}
</style>