Shades of Blue #1917FC
Tints of Blue #1917FC
RGB
CMYK
RGB Variations
Color information
#1917FC (or 0x1917FC) is known color: Blue. HEX triplet: 19, 17 and FC. RGB value is (25,23,252). Sum of RGB (Red+Green+Blue) = 25+23+252=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 252 (98.83% from 255 or 84% from 300); Max value from RGB is 252 - color contains mainly: blue. Hex color #1917FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1917FC is #E6E803. Grayscale: #303030. Windows color (decimal): -15132676 or 16520985. OLE color: 16520985.
HSL color Cylindrical-coordinate representation of color #1917FC: hue angle of 240.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1917FC is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 23 | 252 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.01 |
| HSL | 240.52º | 0.97% | 0.54% | - |
| HSV(B) | 240.52º | 0.91% | 0.99% | - |
| XYZ | 18.28 | 7.85 | 92.65 | - |
| YUV | 49.7 | 242.16 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 252 | 0.90 | 0.91 | 0 | 0.01 | 240.52 | 0.97 | 0.54 |
| Hex | 19 | 17 | FC | 5A | 5B | 0 | 1 | F1 | 61 | 36 |
| Octal | 31 | 27 | 374 | 132 | 133 | 0 | 1 | 361 | 141 | 66 |
| Binary | 11001 | 10111 | 11111100 | 1011010 | 1011011 | 0 | 1 | 11110001 | 1100001 | 110110 |
Color Harmonies of #1917FC
Complementary color
Monochromatic Colors of #1917FC
Black with #1917FC
Text Example
Text Example
White with #1917FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917FC; }
p { color: rgb(25,23,252); }
H1.HeaderClassName
{
color: #1917FC;
}
.AnyTagClassName
{
color: #1917FC;
}
</style>
background-color css
<style>
a { background-color: #1917FC; }
a { background-color: rgb(25,23,252); }
div.DivClassName
{
background-color: #1917FC;
}
.BgClassName
{
background-color: #1917FC;
}
</style>
border-color css
<style>
span { border-color: #1917FC; }
span { border-color: rgb(25,23,252); }
td.TdClassName
{
border-color: #1917FC;
}
.TagClassName
{
border-color: #1917FC;
}
</style>