Shades of Blue #1A02EF
Tints of Blue #1A02EF
RGB
CMYK
RGB Variations
Color information
#1A02EF (or 0x1A02EF) is known color: Blue. HEX triplet: 1A, 02 and EF. RGB value is (26,2,239). Sum of RGB (Red+Green+Blue) = 26+2+239=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A02EF is #E5FD10. Grayscale: #232323. Windows color (decimal): -15072529 or 15663642. OLE color: 15663642.
HSL color Cylindrical-coordinate representation of color #1A02EF: hue angle of 246.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02EF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 2 | 239 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.06 |
| HSL | 246.08º | 0.98% | 0.47% | - |
| HSV(B) | 246.08º | 0.99% | 0.94% | - |
| XYZ | 16.03 | 6.5 | 82.07 | - |
| YUV | 36.19 | 242.45 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 239 | 0.89 | 0.99 | 0 | 0.06 | 246.08 | 0.98 | 0.47 |
| Hex | 1A | 2 | EF | 59 | 63 | 0 | 6 | F6 | 62 | 2F |
| Octal | 32 | 2 | 357 | 131 | 143 | 0 | 6 | 366 | 142 | 57 |
| Binary | 11010 | 10 | 11101111 | 1011001 | 1100011 | 0 | 110 | 11110110 | 1100010 | 101111 |
Color Harmonies of #1A02EF
Complementary color
Monochromatic Colors of #1A02EF
Black with #1A02EF
Text Example
Text Example
White with #1A02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02EF; }
p { color: rgb(26,2,239); }
H1.HeaderClassName
{
color: #1A02EF;
}
.AnyTagClassName
{
color: #1A02EF;
}
</style>
background-color css
<style>
a { background-color: #1A02EF; }
a { background-color: rgb(26,2,239); }
div.DivClassName
{
background-color: #1A02EF;
}
.BgClassName
{
background-color: #1A02EF;
}
</style>
border-color css
<style>
span { border-color: #1A02EF; }
span { border-color: rgb(26,2,239); }
td.TdClassName
{
border-color: #1A02EF;
}
.TagClassName
{
border-color: #1A02EF;
}
</style>