Shades of Blue #1701EA
Tints of Blue #1701EA
RGB
CMYK
RGB Variations
Color information
#1701EA (or 0x1701EA) is known color: Blue. HEX triplet: 17, 01 and EA. RGB value is (23,1,234). Sum of RGB (Red+Green+Blue) = 23+1+234=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #1701EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1701EA is #E8FE15. Grayscale: #212121. Windows color (decimal): -15269398 or 15335703. OLE color: 15335703.
HSL color Cylindrical-coordinate representation of color #1701EA: hue angle of 245.67º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701EA is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 1 | 234 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.08 |
| HSL | 245.67º | 0.99% | 0.46% | - |
| HSV(B) | 245.67º | 1% | 0.92% | - |
| XYZ | 15.22 | 6.14 | 78.23 | - |
| YUV | 34.14 | 240.79 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 234 | 0.90 | 1.00 | 0 | 0.08 | 245.67 | 0.99 | 0.46 |
| Hex | 17 | 1 | EA | 5A | 64 | 0 | 8 | F6 | 63 | 2E |
| Octal | 27 | 1 | 352 | 132 | 144 | 0 | 10 | 366 | 143 | 56 |
| Binary | 10111 | 1 | 11101010 | 1011010 | 1100100 | 0 | 1000 | 11110110 | 1100011 | 101110 |
Color Harmonies of #1701EA
Complementary color
Monochromatic Colors of #1701EA
Black with #1701EA
Text Example
Text Example
White with #1701EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701EA; }
p { color: rgb(23,1,234); }
H1.HeaderClassName
{
color: #1701EA;
}
.AnyTagClassName
{
color: #1701EA;
}
</style>
background-color css
<style>
a { background-color: #1701EA; }
a { background-color: rgb(23,1,234); }
div.DivClassName
{
background-color: #1701EA;
}
.BgClassName
{
background-color: #1701EA;
}
</style>
border-color css
<style>
span { border-color: #1701EA; }
span { border-color: rgb(23,1,234); }
td.TdClassName
{
border-color: #1701EA;
}
.TagClassName
{
border-color: #1701EA;
}
</style>