Shades of Blue #1717EA
Tints of Blue #1717EA
RGB
CMYK
RGB Variations
Color information
#1717EA (or 0x1717EA) is known color: Blue. HEX triplet: 17, 17 and EA. RGB value is (23,23,234). Sum of RGB (Red+Green+Blue) = 23+23+234=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #1717EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1717EA is #E8E815. Grayscale: #2E2E2E. Windows color (decimal): -15263766 or 15341335. OLE color: 15341335.
HSL color Cylindrical-coordinate representation of color #1717EA: hue angle of 240º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1717EA is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 23 | 234 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.08 |
| HSL | 240º | 0.83% | 0.5% | - |
| HSV(B) | 240º | 0.9% | 0.92% | - |
| XYZ | 15.51 | 6.74 | 78.32 | - |
| YUV | 47.05 | 233.5 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 234 | 0.90 | 0.90 | 0 | 0.08 | 240 | 0.83 | 0.5 |
| Hex | 17 | 17 | EA | 5A | 5A | 0 | 8 | F0 | 53 | 32 |
| Octal | 27 | 27 | 352 | 132 | 132 | 0 | 10 | 360 | 123 | 62 |
| Binary | 10111 | 10111 | 11101010 | 1011010 | 1011010 | 0 | 1000 | 11110000 | 1010011 | 110010 |
Color Harmonies of #1717EA
Complementary color
Monochromatic Colors of #1717EA
Black with #1717EA
Text Example
Text Example
White with #1717EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1717EA; }
p { color: rgb(23,23,234); }
H1.HeaderClassName
{
color: #1717EA;
}
.AnyTagClassName
{
color: #1717EA;
}
</style>
background-color css
<style>
a { background-color: #1717EA; }
a { background-color: rgb(23,23,234); }
div.DivClassName
{
background-color: #1717EA;
}
.BgClassName
{
background-color: #1717EA;
}
</style>
border-color css
<style>
span { border-color: #1717EA; }
span { border-color: rgb(23,23,234); }
td.TdClassName
{
border-color: #1717EA;
}
.TagClassName
{
border-color: #1717EA;
}
</style>