Shades of Blue #1714FD
Tints of Blue #1714FD
RGB
CMYK
RGB Variations
Color information
#1714FD (or 0x1714FD) is known color: Blue. HEX triplet: 17, 14 and FD. RGB value is (23,20,253). Sum of RGB (Red+Green+Blue) = 23+20+253=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 253 (99.22% from 255 or 85.47% from 296); Max value from RGB is 253 - color contains mainly: blue. Hex color #1714FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1714FD is #E8EB02. Grayscale: #2E2E2E. Windows color (decimal): -15264515 or 16585751. OLE color: 16585751.
HSL color Cylindrical-coordinate representation of color #1714FD: hue angle of 240.77º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1714FD is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 20 | 253 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.01 |
| HSL | 240.77º | 0.98% | 0.54% | - |
| HSV(B) | 240.77º | 0.92% | 0.99% | - |
| XYZ | 18.33 | 7.77 | 93.46 | - |
| YUV | 47.46 | 243.99 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 253 | 0.91 | 0.92 | 0 | 0.01 | 240.77 | 0.98 | 0.54 |
| Hex | 17 | 14 | FD | 5B | 5C | 0 | 1 | F1 | 62 | 36 |
| Octal | 27 | 24 | 375 | 133 | 134 | 0 | 1 | 361 | 142 | 66 |
| Binary | 10111 | 10100 | 11111101 | 1011011 | 1011100 | 0 | 1 | 11110001 | 1100010 | 110110 |
Color Harmonies of #1714FD
Complementary color
Monochromatic Colors of #1714FD
Black with #1714FD
Text Example
Text Example
White with #1714FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1714FD; }
p { color: rgb(23,20,253); }
H1.HeaderClassName
{
color: #1714FD;
}
.AnyTagClassName
{
color: #1714FD;
}
</style>
background-color css
<style>
a { background-color: #1714FD; }
a { background-color: rgb(23,20,253); }
div.DivClassName
{
background-color: #1714FD;
}
.BgClassName
{
background-color: #1714FD;
}
</style>
border-color css
<style>
span { border-color: #1714FD; }
span { border-color: rgb(23,20,253); }
td.TdClassName
{
border-color: #1714FD;
}
.TagClassName
{
border-color: #1714FD;
}
</style>