Shades of Blue #1713FB
Tints of Blue #1713FB
RGB
CMYK
RGB Variations
Color information
#1713FB (or 0x1713FB) is known color: Blue. HEX triplet: 17, 13 and FB. RGB value is (23,19,251). Sum of RGB (Red+Green+Blue) = 23+19+251=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1713FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1713FB is #E8EC04. Grayscale: #2D2D2D. Windows color (decimal): -15264773 or 16454423. OLE color: 16454423.
HSL color Cylindrical-coordinate representation of color #1713FB: hue angle of 241.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1713FB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 19 | 251 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.02 |
| HSL | 241.03º | 0.97% | 0.53% | - |
| HSV(B) | 241.03º | 0.92% | 0.98% | - |
| XYZ | 18 | 7.61 | 91.79 | - |
| YUV | 46.64 | 243.33 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 251 | 0.91 | 0.92 | 0 | 0.02 | 241.03 | 0.97 | 0.53 |
| Hex | 17 | 13 | FB | 5B | 5C | 0 | 2 | F1 | 61 | 35 |
| Octal | 27 | 23 | 373 | 133 | 134 | 0 | 2 | 361 | 141 | 65 |
| Binary | 10111 | 10011 | 11111011 | 1011011 | 1011100 | 0 | 10 | 11110001 | 1100001 | 110101 |
Color Harmonies of #1713FB
Complementary color
Monochromatic Colors of #1713FB
Black with #1713FB
Text Example
Text Example
White with #1713FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713FB; }
p { color: rgb(23,19,251); }
H1.HeaderClassName
{
color: #1713FB;
}
.AnyTagClassName
{
color: #1713FB;
}
</style>
background-color css
<style>
a { background-color: #1713FB; }
a { background-color: rgb(23,19,251); }
div.DivClassName
{
background-color: #1713FB;
}
.BgClassName
{
background-color: #1713FB;
}
</style>
border-color css
<style>
span { border-color: #1713FB; }
span { border-color: rgb(23,19,251); }
td.TdClassName
{
border-color: #1713FB;
}
.TagClassName
{
border-color: #1713FB;
}
</style>