Shades of Royal Blue #1A68EE
Tints of Royal Blue #1A68EE
RGB
CMYK
RGB Variations
Color information
#1A68EE (or 0x1A68EE) is known color: Royal Blue. HEX triplet: 1A, 68 and EE. RGB value is (26,104,238). Sum of RGB (Red+Green+Blue) = 26+104+238=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A68EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A68EE is #E59711. Grayscale: #5F5F5F. Windows color (decimal): -15046418 or 15624218. OLE color: 15624218.
HSL color Cylindrical-coordinate representation of color #1A68EE: hue angle of 217.92º 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 #1A68EE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 104 | 238 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.07 |
| HSL | 217.92º | 0.86% | 0.52% | - |
| HSV(B) | 217.92º | 0.89% | 0.93% | - |
| XYZ | 20.81 | 16.29 | 82.94 | - |
| YUV | 95.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 238 | 0.89 | 0.56 | 0 | 0.07 | 217.92 | 0.86 | 0.52 |
| Hex | 1A | 68 | EE | 59 | 38 | 0 | 7 | DA | 56 | 34 |
| Octal | 32 | 150 | 356 | 131 | 70 | 0 | 7 | 332 | 126 | 64 |
| Binary | 11010 | 1101000 | 11101110 | 1011001 | 111000 | 0 | 111 | 11011010 | 1010110 | 110100 |
Color Harmonies of #1A68EE
Complementary color
Monochromatic Colors of #1A68EE
Black with #1A68EE
Text Example
Text Example
White with #1A68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68EE; }
p { color: rgb(26,104,238); }
H1.HeaderClassName
{
color: #1A68EE;
}
.AnyTagClassName
{
color: #1A68EE;
}
</style>
background-color css
<style>
a { background-color: #1A68EE; }
a { background-color: rgb(26,104,238); }
div.DivClassName
{
background-color: #1A68EE;
}
.BgClassName
{
background-color: #1A68EE;
}
</style>
border-color css
<style>
span { border-color: #1A68EE; }
span { border-color: rgb(26,104,238); }
td.TdClassName
{
border-color: #1A68EE;
}
.TagClassName
{
border-color: #1A68EE;
}
</style>