Shades of Medium Blue #1713CE
Tints of Medium Blue #1713CE
RGB
CMYK
RGB Variations
Color information
#1713CE (or 0x1713CE) is known color: Medium Blue. HEX triplet: 17, 13 and CE. RGB value is (23,19,206). Sum of RGB (Red+Green+Blue) = 23+19+206=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #1713CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713CE is #E8EC31. Grayscale: #282828. Windows color (decimal): -15264818 or 13505303. OLE color: 13505303.
HSL color Cylindrical-coordinate representation of color #1713CE: hue angle of 241.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1713CE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 19 | 206 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.19 |
| HSL | 241.28º | 0.83% | 0.44% | - |
| HSV(B) | 241.28º | 0.91% | 0.81% | - |
| XYZ | 11.73 | 5.1 | 58.76 | - |
| YUV | 41.51 | 220.83 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 206 | 0.89 | 0.91 | 0 | 0.19 | 241.28 | 0.83 | 0.44 |
| Hex | 17 | 13 | CE | 59 | 5B | 0 | 13 | F1 | 53 | 2C |
| Octal | 27 | 23 | 316 | 131 | 133 | 0 | 23 | 361 | 123 | 54 |
| Binary | 10111 | 10011 | 11001110 | 1011001 | 1011011 | 0 | 10011 | 11110001 | 1010011 | 101100 |
Color Harmonies of #1713CE
Complementary color
Monochromatic Colors of #1713CE
Black with #1713CE
Text Example
Text Example
White with #1713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713CE; }
p { color: rgb(23,19,206); }
H1.HeaderClassName
{
color: #1713CE;
}
.AnyTagClassName
{
color: #1713CE;
}
</style>
background-color css
<style>
a { background-color: #1713CE; }
a { background-color: rgb(23,19,206); }
div.DivClassName
{
background-color: #1713CE;
}
.BgClassName
{
background-color: #1713CE;
}
</style>
border-color css
<style>
span { border-color: #1713CE; }
span { border-color: rgb(23,19,206); }
td.TdClassName
{
border-color: #1713CE;
}
.TagClassName
{
border-color: #1713CE;
}
</style>