Shades of Royal Blue #1B5CFF
Tints of Royal Blue #1B5CFF
RGB
CMYK
RGB Variations
Color information
#1B5CFF (or 0x1B5CFF) is known color: Royal Blue. HEX triplet: 1B, 5C and FF. RGB value is (27,92,255). Sum of RGB (Red+Green+Blue) = 27+92+255=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5CFF is #E4A300. Grayscale: #5A5A5A. Windows color (decimal): -14983937 or 16735259. OLE color: 16735259.
HSL color Cylindrical-coordinate representation of color #1B5CFF: hue angle of 222.89º 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 #1B5CFF is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 92 | 255 | - |
| CMYK | 0.89 | 0.64 | 0 | 0 |
| HSL | 222.89º | 1% | 0.55% | - |
| HSV(B) | 222.89º | 0.89% | 1% | - |
| XYZ | 22.33 | 15.11 | 96.35 | - |
| YUV | 91.15 | 220.47 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 255 | 0.89 | 0.64 | 0 | 0 | 222.89 | 1 | 0.55 |
| Hex | 1B | 5C | FF | 59 | 40 | 0 | 0 | DF | 64 | 37 |
| Octal | 33 | 134 | 377 | 131 | 100 | 0 | 0 | 337 | 144 | 67 |
| Binary | 11011 | 1011100 | 11111111 | 1011001 | 1000000 | 0 | 0 | 11011111 | 1100100 | 110111 |
Color Harmonies of #1B5CFF
Complementary color
Monochromatic Colors of #1B5CFF
Black with #1B5CFF
Text Example
Text Example
White with #1B5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5CFF; }
p { color: rgb(27,92,255); }
H1.HeaderClassName
{
color: #1B5CFF;
}
.AnyTagClassName
{
color: #1B5CFF;
}
</style>
background-color css
<style>
a { background-color: #1B5CFF; }
a { background-color: rgb(27,92,255); }
div.DivClassName
{
background-color: #1B5CFF;
}
.BgClassName
{
background-color: #1B5CFF;
}
</style>
border-color css
<style>
span { border-color: #1B5CFF; }
span { border-color: rgb(27,92,255); }
td.TdClassName
{
border-color: #1B5CFF;
}
.TagClassName
{
border-color: #1B5CFF;
}
</style>