Shades of Blue #1A0FFA
Tints of Blue #1A0FFA
RGB
CMYK
RGB Variations
Color information
#1A0FFA (or 0x1A0FFA) is known color: Blue. HEX triplet: 1A, 0F and FA. RGB value is (26,15,250). Sum of RGB (Red+Green+Blue) = 26+15+250=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0FFA is #E5F005. Grayscale: #2C2C2C. Windows color (decimal): -15069190 or 16387866. OLE color: 16387866.
HSL color Cylindrical-coordinate representation of color #1A0FFA: hue angle of 242.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0FFA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 15 | 250 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.02 |
| HSL | 242.81º | 0.96% | 0.52% | - |
| HSV(B) | 242.81º | 0.94% | 0.98% | - |
| XYZ | 17.85 | 7.46 | 90.94 | - |
| YUV | 45.08 | 243.64 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 250 | 0.90 | 0.94 | 0 | 0.02 | 242.81 | 0.96 | 0.52 |
| Hex | 1A | F | FA | 5A | 5E | 0 | 2 | F3 | 60 | 34 |
| Octal | 32 | 17 | 372 | 132 | 136 | 0 | 2 | 363 | 140 | 64 |
| Binary | 11010 | 1111 | 11111010 | 1011010 | 1011110 | 0 | 10 | 11110011 | 1100000 | 110100 |
Color Harmonies of #1A0FFA
Complementary color
Monochromatic Colors of #1A0FFA
Black with #1A0FFA
Text Example
Text Example
White with #1A0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FFA; }
p { color: rgb(26,15,250); }
H1.HeaderClassName
{
color: #1A0FFA;
}
.AnyTagClassName
{
color: #1A0FFA;
}
</style>
background-color css
<style>
a { background-color: #1A0FFA; }
a { background-color: rgb(26,15,250); }
div.DivClassName
{
background-color: #1A0FFA;
}
.BgClassName
{
background-color: #1A0FFA;
}
</style>
border-color css
<style>
span { border-color: #1A0FFA; }
span { border-color: rgb(26,15,250); }
td.TdClassName
{
border-color: #1A0FFA;
}
.TagClassName
{
border-color: #1A0FFA;
}
</style>