Shades of Blue #1B17EF
Tints of Blue #1B17EF
RGB
CMYK
RGB Variations
Color information
#1B17EF (or 0x1B17EF) is known color: Blue. HEX triplet: 1B, 17 and EF. RGB value is (27,23,239). Sum of RGB (Red+Green+Blue) = 27+23+239=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B17EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B17EF is #E4E810. Grayscale: #2F2F2F. Windows color (decimal): -15001617 or 15669019. OLE color: 15669019.
HSL color Cylindrical-coordinate representation of color #1B17EF: hue angle of 241.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B17EF is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 23 | 239 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.06 |
| HSL | 241.11º | 0.87% | 0.51% | - |
| HSV(B) | 241.11º | 0.9% | 0.94% | - |
| XYZ | 16.34 | 7.08 | 82.17 | - |
| YUV | 48.82 | 235.33 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 239 | 0.89 | 0.90 | 0 | 0.06 | 241.11 | 0.87 | 0.51 |
| Hex | 1B | 17 | EF | 59 | 5A | 0 | 6 | F1 | 57 | 33 |
| Octal | 33 | 27 | 357 | 131 | 132 | 0 | 6 | 361 | 127 | 63 |
| Binary | 11011 | 10111 | 11101111 | 1011001 | 1011010 | 0 | 110 | 11110001 | 1010111 | 110011 |
Color Harmonies of #1B17EF
Complementary color
Monochromatic Colors of #1B17EF
Black with #1B17EF
Text Example
Text Example
White with #1B17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B17EF; }
p { color: rgb(27,23,239); }
H1.HeaderClassName
{
color: #1B17EF;
}
.AnyTagClassName
{
color: #1B17EF;
}
</style>
background-color css
<style>
a { background-color: #1B17EF; }
a { background-color: rgb(27,23,239); }
div.DivClassName
{
background-color: #1B17EF;
}
.BgClassName
{
background-color: #1B17EF;
}
</style>
border-color css
<style>
span { border-color: #1B17EF; }
span { border-color: rgb(27,23,239); }
td.TdClassName
{
border-color: #1B17EF;
}
.TagClassName
{
border-color: #1B17EF;
}
</style>