Shades of Blue #1714FA
Tints of Blue #1714FA
RGB
CMYK
RGB Variations
Color information
#1714FA (or 0x1714FA) is known color: Blue. HEX triplet: 17, 14 and FA. RGB value is (23,20,250). Sum of RGB (Red+Green+Blue) = 23+20+250=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #1714FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1714FA is #E8EB05. Grayscale: #2E2E2E. Windows color (decimal): -15264518 or 16389143. OLE color: 16389143.
HSL color Cylindrical-coordinate representation of color #1714FA: hue angle of 240.78º degrees, saturation: 0.96, 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 #1714FA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 20 | 250 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.02 |
| HSL | 240.78º | 0.96% | 0.53% | - |
| HSV(B) | 240.78º | 0.92% | 0.98% | - |
| XYZ | 17.86 | 7.58 | 90.97 | - |
| YUV | 47.12 | 242.49 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 250 | 0.91 | 0.92 | 0 | 0.02 | 240.78 | 0.96 | 0.53 |
| Hex | 17 | 14 | FA | 5B | 5C | 0 | 2 | F1 | 60 | 35 |
| Octal | 27 | 24 | 372 | 133 | 134 | 0 | 2 | 361 | 140 | 65 |
| Binary | 10111 | 10100 | 11111010 | 1011011 | 1011100 | 0 | 10 | 11110001 | 1100000 | 110101 |
Color Harmonies of #1714FA
Complementary color
Monochromatic Colors of #1714FA
Black with #1714FA
Text Example
Text Example
White with #1714FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1714FA; }
p { color: rgb(23,20,250); }
H1.HeaderClassName
{
color: #1714FA;
}
.AnyTagClassName
{
color: #1714FA;
}
</style>
background-color css
<style>
a { background-color: #1714FA; }
a { background-color: rgb(23,20,250); }
div.DivClassName
{
background-color: #1714FA;
}
.BgClassName
{
background-color: #1714FA;
}
</style>
border-color css
<style>
span { border-color: #1714FA; }
span { border-color: rgb(23,20,250); }
td.TdClassName
{
border-color: #1714FA;
}
.TagClassName
{
border-color: #1714FA;
}
</style>