Shades of Blue #1A28F1
Tints of Blue #1A28F1
RGB
CMYK
RGB Variations
Color information
#1A28F1 (or 0x1A28F1) is known color: Blue. HEX triplet: 1A, 28 and F1. RGB value is (26,40,241). Sum of RGB (Red+Green+Blue) = 26+40+241=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A28F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A28F1 is #E5D70E. Grayscale: #393939. Windows color (decimal): -15062799 or 15804442. OLE color: 15804442.
HSL color Cylindrical-coordinate representation of color #1A28F1: hue angle of 236.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A28F1 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 40 | 241 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.05 |
| HSL | 236.09º | 0.88% | 0.52% | - |
| HSV(B) | 236.09º | 0.89% | 0.95% | - |
| XYZ | 17.06 | 8.09 | 83.88 | - |
| YUV | 58.73 | 230.86 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 241 | 0.89 | 0.83 | 0 | 0.05 | 236.09 | 0.88 | 0.52 |
| Hex | 1A | 28 | F1 | 59 | 53 | 0 | 5 | EC | 58 | 34 |
| Octal | 32 | 50 | 361 | 131 | 123 | 0 | 5 | 354 | 130 | 64 |
| Binary | 11010 | 101000 | 11110001 | 1011001 | 1010011 | 0 | 101 | 11101100 | 1011000 | 110100 |
Color Harmonies of #1A28F1
Complementary color
Monochromatic Colors of #1A28F1
Black with #1A28F1
Text Example
Text Example
White with #1A28F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A28F1; }
p { color: rgb(26,40,241); }
H1.HeaderClassName
{
color: #1A28F1;
}
.AnyTagClassName
{
color: #1A28F1;
}
</style>
background-color css
<style>
a { background-color: #1A28F1; }
a { background-color: rgb(26,40,241); }
div.DivClassName
{
background-color: #1A28F1;
}
.BgClassName
{
background-color: #1A28F1;
}
</style>
border-color css
<style>
span { border-color: #1A28F1; }
span { border-color: rgb(26,40,241); }
td.TdClassName
{
border-color: #1A28F1;
}
.TagClassName
{
border-color: #1A28F1;
}
</style>