Shades of Royal Blue #1B5FEC
Tints of Royal Blue #1B5FEC
RGB
CMYK
RGB Variations
Color information
#1B5FEC (or 0x1B5FEC) is known color: Royal Blue. HEX triplet: 1B, 5F and EC. RGB value is (27,95,236). Sum of RGB (Red+Green+Blue) = 27+95+236=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B5FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5FEC is #E4A013. Grayscale: #5A5A5A. Windows color (decimal): -14983188 or 15490843. OLE color: 15490843.
HSL color Cylindrical-coordinate representation of color #1B5FEC: hue angle of 220.48º degrees, saturation: 0.85, 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 #1B5FEC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 95 | 236 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.07 |
| HSL | 220.48º | 0.85% | 0.52% | - |
| HSV(B) | 220.48º | 0.89% | 0.93% | - |
| XYZ | 19.68 | 14.47 | 81.11 | - |
| YUV | 90.74 | 209.97 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 236 | 0.89 | 0.60 | 0 | 0.07 | 220.48 | 0.85 | 0.52 |
| Hex | 1B | 5F | EC | 59 | 3C | 0 | 7 | DC | 55 | 34 |
| Octal | 33 | 137 | 354 | 131 | 74 | 0 | 7 | 334 | 125 | 64 |
| Binary | 11011 | 1011111 | 11101100 | 1011001 | 111100 | 0 | 111 | 11011100 | 1010101 | 110100 |
Color Harmonies of #1B5FEC
Complementary color
Monochromatic Colors of #1B5FEC
Black with #1B5FEC
Text Example
Text Example
White with #1B5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FEC; }
p { color: rgb(27,95,236); }
H1.HeaderClassName
{
color: #1B5FEC;
}
.AnyTagClassName
{
color: #1B5FEC;
}
</style>
background-color css
<style>
a { background-color: #1B5FEC; }
a { background-color: rgb(27,95,236); }
div.DivClassName
{
background-color: #1B5FEC;
}
.BgClassName
{
background-color: #1B5FEC;
}
</style>
border-color css
<style>
span { border-color: #1B5FEC; }
span { border-color: rgb(27,95,236); }
td.TdClassName
{
border-color: #1B5FEC;
}
.TagClassName
{
border-color: #1B5FEC;
}
</style>