Shades of Blue #1A25EE
Tints of Blue #1A25EE
RGB
CMYK
RGB Variations
Color information
#1A25EE (or 0x1A25EE) is known color: Blue. HEX triplet: 1A, 25 and EE. RGB value is (26,37,238). Sum of RGB (Red+Green+Blue) = 26+37+238=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A25EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A25EE is #E5DA11. Grayscale: #373737. Windows color (decimal): -15063570 or 15607066. OLE color: 15607066.
HSL color Cylindrical-coordinate representation of color #1A25EE: hue angle of 236.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A25EE is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 37 | 238 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.07 |
| HSL | 236.89º | 0.86% | 0.52% | - |
| HSV(B) | 236.89º | 0.89% | 0.93% | - |
| XYZ | 16.52 | 7.72 | 81.51 | - |
| YUV | 56.63 | 230.36 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 238 | 0.89 | 0.84 | 0 | 0.07 | 236.89 | 0.86 | 0.52 |
| Hex | 1A | 25 | EE | 59 | 54 | 0 | 7 | ED | 56 | 34 |
| Octal | 32 | 45 | 356 | 131 | 124 | 0 | 7 | 355 | 126 | 64 |
| Binary | 11010 | 100101 | 11101110 | 1011001 | 1010100 | 0 | 111 | 11101101 | 1010110 | 110100 |
Color Harmonies of #1A25EE
Complementary color
Monochromatic Colors of #1A25EE
Black with #1A25EE
Text Example
Text Example
White with #1A25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A25EE; }
p { color: rgb(26,37,238); }
H1.HeaderClassName
{
color: #1A25EE;
}
.AnyTagClassName
{
color: #1A25EE;
}
</style>
background-color css
<style>
a { background-color: #1A25EE; }
a { background-color: rgb(26,37,238); }
div.DivClassName
{
background-color: #1A25EE;
}
.BgClassName
{
background-color: #1A25EE;
}
</style>
border-color css
<style>
span { border-color: #1A25EE; }
span { border-color: rgb(26,37,238); }
td.TdClassName
{
border-color: #1A25EE;
}
.TagClassName
{
border-color: #1A25EE;
}
</style>