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