Shades of Medium Blue #1B17CF
Tints of Medium Blue #1B17CF
RGB
CMYK
RGB Variations
Color information
#1B17CF (or 0x1B17CF) is known color: Medium Blue. HEX triplet: 1B, 17 and CF. RGB value is (27,23,207). Sum of RGB (Red+Green+Blue) = 27+23+207=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B17CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B17CF is #E4E830. Grayscale: #2C2C2C. Windows color (decimal): -15001649 or 13571867. OLE color: 13571867.
HSL color Cylindrical-coordinate representation of color #1B17CF: hue angle of 241.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B17CF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 23 | 207 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.19 |
| HSL | 241.3º | 0.8% | 0.45% | - |
| HSV(B) | 241.3º | 0.89% | 0.81% | - |
| XYZ | 12.02 | 5.35 | 59.43 | - |
| YUV | 45.17 | 219.33 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 207 | 0.87 | 0.89 | 0 | 0.19 | 241.3 | 0.8 | 0.45 |
| Hex | 1B | 17 | CF | 57 | 59 | 0 | 13 | F1 | 50 | 2D |
| Octal | 33 | 27 | 317 | 127 | 131 | 0 | 23 | 361 | 120 | 55 |
| Binary | 11011 | 10111 | 11001111 | 1010111 | 1011001 | 0 | 10011 | 11110001 | 1010000 | 101101 |
Color Harmonies of #1B17CF
Complementary color
Monochromatic Colors of #1B17CF
Black with #1B17CF
Text Example
Text Example
White with #1B17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B17CF; }
p { color: rgb(27,23,207); }
H1.HeaderClassName
{
color: #1B17CF;
}
.AnyTagClassName
{
color: #1B17CF;
}
</style>
background-color css
<style>
a { background-color: #1B17CF; }
a { background-color: rgb(27,23,207); }
div.DivClassName
{
background-color: #1B17CF;
}
.BgClassName
{
background-color: #1B17CF;
}
</style>
border-color css
<style>
span { border-color: #1B17CF; }
span { border-color: rgb(27,23,207); }
td.TdClassName
{
border-color: #1B17CF;
}
.TagClassName
{
border-color: #1B17CF;
}
</style>