Shades of Blue #1A28EE
Tints of Blue #1A28EE
RGB
CMYK
RGB Variations
Color information
#1A28EE (or 0x1A28EE) is known color: Blue. HEX triplet: 1A, 28 and EE. RGB value is (26,40,238). Sum of RGB (Red+Green+Blue) = 26+40+238=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A28EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A28EE is #E5D711. Grayscale: #393939. Windows color (decimal): -15062802 or 15607834. OLE color: 15607834.
HSL color Cylindrical-coordinate representation of color #1A28EE: hue angle of 236.04º 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 #1A28EE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 40 | 238 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.07 |
| HSL | 236.04º | 0.86% | 0.52% | - |
| HSV(B) | 236.04º | 0.89% | 0.93% | - |
| XYZ | 16.62 | 7.91 | 81.54 | - |
| YUV | 58.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 238 | 0.89 | 0.83 | 0 | 0.07 | 236.04 | 0.86 | 0.52 |
| Hex | 1A | 28 | EE | 59 | 53 | 0 | 7 | EC | 56 | 34 |
| Octal | 32 | 50 | 356 | 131 | 123 | 0 | 7 | 354 | 126 | 64 |
| Binary | 11010 | 101000 | 11101110 | 1011001 | 1010011 | 0 | 111 | 11101100 | 1010110 | 110100 |
Color Harmonies of #1A28EE
Complementary color
Monochromatic Colors of #1A28EE
Black with #1A28EE
Text Example
Text Example
White with #1A28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A28EE; }
p { color: rgb(26,40,238); }
H1.HeaderClassName
{
color: #1A28EE;
}
.AnyTagClassName
{
color: #1A28EE;
}
</style>
background-color css
<style>
a { background-color: #1A28EE; }
a { background-color: rgb(26,40,238); }
div.DivClassName
{
background-color: #1A28EE;
}
.BgClassName
{
background-color: #1A28EE;
}
</style>
border-color css
<style>
span { border-color: #1A28EE; }
span { border-color: rgb(26,40,238); }
td.TdClassName
{
border-color: #1A28EE;
}
.TagClassName
{
border-color: #1A28EE;
}
</style>