Shades of Medium Blue #1F17CB
Tints of Medium Blue #1F17CB
RGB
CMYK
RGB Variations
Color information
#1F17CB (or 0x1F17CB) is known color: Medium Blue. HEX triplet: 1F, 17 and CB. RGB value is (31,23,203). Sum of RGB (Red+Green+Blue) = 31+23+203=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17CB is #E0E834. Grayscale: #2D2D2D. Windows color (decimal): -14739509 or 13309727. OLE color: 13309727.
HSL color Cylindrical-coordinate representation of color #1F17CB: hue angle of 242.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17CB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 23 | 203 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.20 |
| HSL | 242.67º | 0.8% | 0.44% | - |
| HSV(B) | 242.67º | 0.89% | 0.8% | - |
| XYZ | 11.65 | 5.22 | 56.89 | - |
| YUV | 45.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 203 | 0.85 | 0.89 | 0 | 0.20 | 242.67 | 0.8 | 0.44 |
| Hex | 1F | 17 | CB | 55 | 59 | 0 | 14 | F3 | 50 | 2C |
| Octal | 37 | 27 | 313 | 125 | 131 | 0 | 24 | 363 | 120 | 54 |
| Binary | 11111 | 10111 | 11001011 | 1010101 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101100 |
Color Harmonies of #1F17CB
Complementary color
Monochromatic Colors of #1F17CB
Black with #1F17CB
Text Example
Text Example
White with #1F17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17CB; }
p { color: rgb(31,23,203); }
H1.HeaderClassName
{
color: #1F17CB;
}
.AnyTagClassName
{
color: #1F17CB;
}
</style>
background-color css
<style>
a { background-color: #1F17CB; }
a { background-color: rgb(31,23,203); }
div.DivClassName
{
background-color: #1F17CB;
}
.BgClassName
{
background-color: #1F17CB;
}
</style>
border-color css
<style>
span { border-color: #1F17CB; }
span { border-color: rgb(31,23,203); }
td.TdClassName
{
border-color: #1F17CB;
}
.TagClassName
{
border-color: #1F17CB;
}
</style>