Shades of Blue #1A17FA
Tints of Blue #1A17FA
RGB
CMYK
RGB Variations
Color information
#1A17FA (or 0x1A17FA) is known color: Blue. HEX triplet: 1A, 17 and FA. RGB value is (26,23,250). Sum of RGB (Red+Green+Blue) = 26+23+250=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A17FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A17FA is #E5E805. Grayscale: #303030. Windows color (decimal): -15067142 or 16389914. OLE color: 16389914.
HSL color Cylindrical-coordinate representation of color #1A17FA: hue angle of 240.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A17FA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 23 | 250 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.02 |
| HSL | 240.79º | 0.96% | 0.54% | - |
| HSV(B) | 240.79º | 0.91% | 0.98% | - |
| XYZ | 17.99 | 7.73 | 90.99 | - |
| YUV | 49.78 | 240.99 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 250 | 0.90 | 0.91 | 0 | 0.02 | 240.79 | 0.96 | 0.54 |
| Hex | 1A | 17 | FA | 5A | 5B | 0 | 2 | F1 | 60 | 36 |
| Octal | 32 | 27 | 372 | 132 | 133 | 0 | 2 | 361 | 140 | 66 |
| Binary | 11010 | 10111 | 11111010 | 1011010 | 1011011 | 0 | 10 | 11110001 | 1100000 | 110110 |
Color Harmonies of #1A17FA
Complementary color
Monochromatic Colors of #1A17FA
Black with #1A17FA
Text Example
Text Example
White with #1A17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A17FA; }
p { color: rgb(26,23,250); }
H1.HeaderClassName
{
color: #1A17FA;
}
.AnyTagClassName
{
color: #1A17FA;
}
</style>
background-color css
<style>
a { background-color: #1A17FA; }
a { background-color: rgb(26,23,250); }
div.DivClassName
{
background-color: #1A17FA;
}
.BgClassName
{
background-color: #1A17FA;
}
</style>
border-color css
<style>
span { border-color: #1A17FA; }
span { border-color: rgb(26,23,250); }
td.TdClassName
{
border-color: #1A17FA;
}
.TagClassName
{
border-color: #1A17FA;
}
</style>