Shades of Royal Blue #1A68ED
Tints of Royal Blue #1A68ED
RGB
CMYK
RGB Variations
Color information
#1A68ED (or 0x1A68ED) is known color: Royal Blue. HEX triplet: 1A, 68 and ED. RGB value is (26,104,237). Sum of RGB (Red+Green+Blue) = 26+104+237=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #1A68ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A68ED is #E59712. Grayscale: #5F5F5F. Windows color (decimal): -15046419 or 15558682. OLE color: 15558682.
HSL color Cylindrical-coordinate representation of color #1A68ED: hue angle of 217.82º degrees, saturation: 0.85, 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 #1A68ED is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 104 | 237 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.07 |
| HSL | 217.82º | 0.85% | 0.52% | - |
| HSV(B) | 217.82º | 0.89% | 0.93% | - |
| XYZ | 20.66 | 16.23 | 82.17 | - |
| YUV | 95.84 | 207.66 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 237 | 0.89 | 0.56 | 0 | 0.07 | 217.82 | 0.85 | 0.52 |
| Hex | 1A | 68 | ED | 59 | 38 | 0 | 7 | DA | 55 | 34 |
| Octal | 32 | 150 | 355 | 131 | 70 | 0 | 7 | 332 | 125 | 64 |
| Binary | 11010 | 1101000 | 11101101 | 1011001 | 111000 | 0 | 111 | 11011010 | 1010101 | 110100 |
Color Harmonies of #1A68ED
Complementary color
Monochromatic Colors of #1A68ED
Black with #1A68ED
Text Example
Text Example
White with #1A68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68ED; }
p { color: rgb(26,104,237); }
H1.HeaderClassName
{
color: #1A68ED;
}
.AnyTagClassName
{
color: #1A68ED;
}
</style>
background-color css
<style>
a { background-color: #1A68ED; }
a { background-color: rgb(26,104,237); }
div.DivClassName
{
background-color: #1A68ED;
}
.BgClassName
{
background-color: #1A68ED;
}
</style>
border-color css
<style>
span { border-color: #1A68ED; }
span { border-color: rgb(26,104,237); }
td.TdClassName
{
border-color: #1A68ED;
}
.TagClassName
{
border-color: #1A68ED;
}
</style>