Shades of Royal Blue #1B5EFF
Tints of Royal Blue #1B5EFF
RGB
CMYK
RGB Variations
Color information
#1B5EFF (or 0x1B5EFF) is known color: Royal Blue. HEX triplet: 1B, 5E and FF. RGB value is (27,94,255). Sum of RGB (Red+Green+Blue) = 27+94+255=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B5EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5EFF is #E4A100. Grayscale: #5B5B5B. Windows color (decimal): -14983425 or 16735771. OLE color: 16735771.
HSL color Cylindrical-coordinate representation of color #1B5EFF: hue angle of 222.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5EFF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 94 | 255 | - |
| CMYK | 0.89 | 0.63 | 0 | 0 |
| HSL | 222.37º | 1% | 0.55% | - |
| HSV(B) | 222.37º | 0.89% | 1% | - |
| XYZ | 22.5 | 15.46 | 96.41 | - |
| YUV | 92.32 | 219.8 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 255 | 0.89 | 0.63 | 0 | 0 | 222.37 | 1 | 0.55 |
| Hex | 1B | 5E | FF | 59 | 3F | 0 | 0 | DE | 64 | 37 |
| Octal | 33 | 136 | 377 | 131 | 77 | 0 | 0 | 336 | 144 | 67 |
| Binary | 11011 | 1011110 | 11111111 | 1011001 | 111111 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #1B5EFF
Complementary color
Monochromatic Colors of #1B5EFF
Black with #1B5EFF
Text Example
Text Example
White with #1B5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5EFF; }
p { color: rgb(27,94,255); }
H1.HeaderClassName
{
color: #1B5EFF;
}
.AnyTagClassName
{
color: #1B5EFF;
}
</style>
background-color css
<style>
a { background-color: #1B5EFF; }
a { background-color: rgb(27,94,255); }
div.DivClassName
{
background-color: #1B5EFF;
}
.BgClassName
{
background-color: #1B5EFF;
}
</style>
border-color css
<style>
span { border-color: #1B5EFF; }
span { border-color: rgb(27,94,255); }
td.TdClassName
{
border-color: #1B5EFF;
}
.TagClassName
{
border-color: #1B5EFF;
}
</style>