Shades of Blue #1A1FFD
Tints of Blue #1A1FFD
RGB
CMYK
RGB Variations
Color information
#1A1FFD (or 0x1A1FFD) is known color: Blue. HEX triplet: 1A, 1F and FD. RGB value is (26,31,253). Sum of RGB (Red+Green+Blue) = 26+31+253=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1FFD is #E5E002. Grayscale: #353535. Windows color (decimal): -15065091 or 16588570. OLE color: 16588570.
HSL color Cylindrical-coordinate representation of color #1A1FFD: hue angle of 238.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A1FFD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 31 | 253 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.01 |
| HSL | 238.68º | 0.98% | 0.55% | - |
| HSV(B) | 238.68º | 0.9% | 0.99% | - |
| XYZ | 18.65 | 8.29 | 93.55 | - |
| YUV | 54.81 | 239.84 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 253 | 0.90 | 0.88 | 0 | 0.01 | 238.68 | 0.98 | 0.55 |
| Hex | 1A | 1F | FD | 5A | 58 | 0 | 1 | EF | 62 | 37 |
| Octal | 32 | 37 | 375 | 132 | 130 | 0 | 1 | 357 | 142 | 67 |
| Binary | 11010 | 11111 | 11111101 | 1011010 | 1011000 | 0 | 1 | 11101111 | 1100010 | 110111 |
Color Harmonies of #1A1FFD
Complementary color
Monochromatic Colors of #1A1FFD
Black with #1A1FFD
Text Example
Text Example
White with #1A1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FFD; }
p { color: rgb(26,31,253); }
H1.HeaderClassName
{
color: #1A1FFD;
}
.AnyTagClassName
{
color: #1A1FFD;
}
</style>
background-color css
<style>
a { background-color: #1A1FFD; }
a { background-color: rgb(26,31,253); }
div.DivClassName
{
background-color: #1A1FFD;
}
.BgClassName
{
background-color: #1A1FFD;
}
</style>
border-color css
<style>
span { border-color: #1A1FFD; }
span { border-color: rgb(26,31,253); }
td.TdClassName
{
border-color: #1A1FFD;
}
.TagClassName
{
border-color: #1A1FFD;
}
</style>