Shades of Royal Blue #1B55EE
Tints of Royal Blue #1B55EE
RGB
CMYK
RGB Variations
Color information
#1B55EE (or 0x1B55EE) is known color: Royal Blue. HEX triplet: 1B, 55 and EE. RGB value is (27,85,238). Sum of RGB (Red+Green+Blue) = 27+85+238=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B55EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B55EE is #E4AA11. Grayscale: #545454. Windows color (decimal): -14985746 or 15619355. OLE color: 15619355.
HSL color Cylindrical-coordinate representation of color #1B55EE: hue angle of 223.51º 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 #1B55EE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 85 | 238 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.07 |
| HSL | 223.51º | 0.86% | 0.52% | - |
| HSV(B) | 223.51º | 0.89% | 0.93% | - |
| XYZ | 19.13 | 12.9 | 82.37 | - |
| YUV | 85.1 | 214.28 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 238 | 0.89 | 0.64 | 0 | 0.07 | 223.51 | 0.86 | 0.52 |
| Hex | 1B | 55 | EE | 59 | 40 | 0 | 7 | E0 | 56 | 34 |
| Octal | 33 | 125 | 356 | 131 | 100 | 0 | 7 | 340 | 126 | 64 |
| Binary | 11011 | 1010101 | 11101110 | 1011001 | 1000000 | 0 | 111 | 11100000 | 1010110 | 110100 |
Color Harmonies of #1B55EE
Complementary color
Monochromatic Colors of #1B55EE
Black with #1B55EE
Text Example
Text Example
White with #1B55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B55EE; }
p { color: rgb(27,85,238); }
H1.HeaderClassName
{
color: #1B55EE;
}
.AnyTagClassName
{
color: #1B55EE;
}
</style>
background-color css
<style>
a { background-color: #1B55EE; }
a { background-color: rgb(27,85,238); }
div.DivClassName
{
background-color: #1B55EE;
}
.BgClassName
{
background-color: #1B55EE;
}
</style>
border-color css
<style>
span { border-color: #1B55EE; }
span { border-color: rgb(27,85,238); }
td.TdClassName
{
border-color: #1B55EE;
}
.TagClassName
{
border-color: #1B55EE;
}
</style>