Shades of Blue #1A1AFD
Tints of Blue #1A1AFD
RGB
CMYK
RGB Variations
Color information
#1A1AFD (or 0x1A1AFD) is known color: Blue. HEX triplet: 1A, 1A and FD. RGB value is (26,26,253). Sum of RGB (Red+Green+Blue) = 26+26+253=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A1AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1AFD is #E5E502. Grayscale: #323232. Windows color (decimal): -15066371 or 16587290. OLE color: 16587290.
HSL color Cylindrical-coordinate representation of color #1A1AFD: hue angle of 240º 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 #1A1AFD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 26 | 253 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.55% | - |
| HSV(B) | 240º | 0.9% | 0.99% | - |
| XYZ | 18.53 | 8.05 | 93.51 | - |
| YUV | 51.88 | 241.5 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 253 | 0.90 | 0.90 | 0 | 0.01 | 240 | 0.98 | 0.55 |
| Hex | 1A | 1A | FD | 5A | 5A | 0 | 1 | F0 | 62 | 37 |
| Octal | 32 | 32 | 375 | 132 | 132 | 0 | 1 | 360 | 142 | 67 |
| Binary | 11010 | 11010 | 11111101 | 1011010 | 1011010 | 0 | 1 | 11110000 | 1100010 | 110111 |
Color Harmonies of #1A1AFD
Complementary color
Monochromatic Colors of #1A1AFD
Black with #1A1AFD
Text Example
Text Example
White with #1A1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1AFD; }
p { color: rgb(26,26,253); }
H1.HeaderClassName
{
color: #1A1AFD;
}
.AnyTagClassName
{
color: #1A1AFD;
}
</style>
background-color css
<style>
a { background-color: #1A1AFD; }
a { background-color: rgb(26,26,253); }
div.DivClassName
{
background-color: #1A1AFD;
}
.BgClassName
{
background-color: #1A1AFD;
}
</style>
border-color css
<style>
span { border-color: #1A1AFD; }
span { border-color: rgb(26,26,253); }
td.TdClassName
{
border-color: #1A1AFD;
}
.TagClassName
{
border-color: #1A1AFD;
}
</style>