Shades of Royal Blue #1B5BEE
Tints of Royal Blue #1B5BEE
RGB
CMYK
RGB Variations
Color information
#1B5BEE (or 0x1B5BEE) is known color: Royal Blue. HEX triplet: 1B, 5B and EE. RGB value is (27,91,238). Sum of RGB (Red+Green+Blue) = 27+91+238=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B5BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5BEE is #E4A411. Grayscale: #575757. Windows color (decimal): -14984210 or 15620891. OLE color: 15620891.
HSL color Cylindrical-coordinate representation of color #1B5BEE: hue angle of 221.8º 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 #1B5BEE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 91 | 238 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.07 |
| HSL | 221.8º | 0.86% | 0.52% | - |
| HSV(B) | 221.8º | 0.89% | 0.93% | - |
| XYZ | 19.63 | 13.89 | 82.54 | - |
| YUV | 88.62 | 212.3 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 238 | 0.89 | 0.62 | 0 | 0.07 | 221.8 | 0.86 | 0.52 |
| Hex | 1B | 5B | EE | 59 | 3E | 0 | 7 | DE | 56 | 34 |
| Octal | 33 | 133 | 356 | 131 | 76 | 0 | 7 | 336 | 126 | 64 |
| Binary | 11011 | 1011011 | 11101110 | 1011001 | 111110 | 0 | 111 | 11011110 | 1010110 | 110100 |
Color Harmonies of #1B5BEE
Complementary color
Monochromatic Colors of #1B5BEE
Black with #1B5BEE
Text Example
Text Example
White with #1B5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BEE; }
p { color: rgb(27,91,238); }
H1.HeaderClassName
{
color: #1B5BEE;
}
.AnyTagClassName
{
color: #1B5BEE;
}
</style>
background-color css
<style>
a { background-color: #1B5BEE; }
a { background-color: rgb(27,91,238); }
div.DivClassName
{
background-color: #1B5BEE;
}
.BgClassName
{
background-color: #1B5BEE;
}
</style>
border-color css
<style>
span { border-color: #1B5BEE; }
span { border-color: rgb(27,91,238); }
td.TdClassName
{
border-color: #1B5BEE;
}
.TagClassName
{
border-color: #1B5BEE;
}
</style>