Shades of Royal Blue #1A5DF8
Tints of Royal Blue #1A5DF8
RGB
CMYK
RGB Variations
Color information
#1A5DF8 (or 0x1A5DF8) is known color: Royal Blue. HEX triplet: 1A, 5D and F8. RGB value is (26,93,248). Sum of RGB (Red+Green+Blue) = 26+93+248=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #1A5DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5DF8 is #E5A207. Grayscale: #595959. Windows color (decimal): -15049224 or 16276762. OLE color: 16276762.
HSL color Cylindrical-coordinate representation of color #1A5DF8: hue angle of 221.89º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A5DF8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 93 | 248 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.03 |
| HSL | 221.89º | 0.94% | 0.54% | - |
| HSV(B) | 221.89º | 0.9% | 0.97% | - |
| XYZ | 21.28 | 14.83 | 90.55 | - |
| YUV | 90.64 | 216.8 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 248 | 0.90 | 0.62 | 0 | 0.03 | 221.89 | 0.94 | 0.54 |
| Hex | 1A | 5D | F8 | 5A | 3E | 0 | 3 | DE | 5E | 36 |
| Octal | 32 | 135 | 370 | 132 | 76 | 0 | 3 | 336 | 136 | 66 |
| Binary | 11010 | 1011101 | 11111000 | 1011010 | 111110 | 0 | 11 | 11011110 | 1011110 | 110110 |
Color Harmonies of #1A5DF8
Complementary color
Monochromatic Colors of #1A5DF8
Black with #1A5DF8
Text Example
Text Example
White with #1A5DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5DF8; }
p { color: rgb(26,93,248); }
H1.HeaderClassName
{
color: #1A5DF8;
}
.AnyTagClassName
{
color: #1A5DF8;
}
</style>
background-color css
<style>
a { background-color: #1A5DF8; }
a { background-color: rgb(26,93,248); }
div.DivClassName
{
background-color: #1A5DF8;
}
.BgClassName
{
background-color: #1A5DF8;
}
</style>
border-color css
<style>
span { border-color: #1A5DF8; }
span { border-color: rgb(26,93,248); }
td.TdClassName
{
border-color: #1A5DF8;
}
.TagClassName
{
border-color: #1A5DF8;
}
</style>