Shades of Royal Blue #1B55FF
Tints of Royal Blue #1B55FF
RGB
CMYK
RGB Variations
Color information
#1B55FF (or 0x1B55FF) is known color: Royal Blue. HEX triplet: 1B, 55 and FF. RGB value is (27,85,255). Sum of RGB (Red+Green+Blue) = 27+85+255=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B55FF is #E4AA00. Grayscale: #565656. Windows color (decimal): -14985729 or 16733467. OLE color: 16733467.
HSL color Cylindrical-coordinate representation of color #1B55FF: hue angle of 224.74º 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 #1B55FF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 85 | 255 | - |
| CMYK | 0.89 | 0.67 | 0 | 0 |
| HSL | 224.74º | 1% | 0.55% | - |
| HSV(B) | 224.74º | 0.89% | 1% | - |
| XYZ | 21.75 | 13.95 | 96.15 | - |
| YUV | 87.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 255 | 0.89 | 0.67 | 0 | 0 | 224.74 | 1 | 0.55 |
| Hex | 1B | 55 | FF | 59 | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 33 | 125 | 377 | 131 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11011 | 1010101 | 11111111 | 1011001 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1B55FF
Complementary color
Monochromatic Colors of #1B55FF
Black with #1B55FF
Text Example
Text Example
White with #1B55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B55FF; }
p { color: rgb(27,85,255); }
H1.HeaderClassName
{
color: #1B55FF;
}
.AnyTagClassName
{
color: #1B55FF;
}
</style>
background-color css
<style>
a { background-color: #1B55FF; }
a { background-color: rgb(27,85,255); }
div.DivClassName
{
background-color: #1B55FF;
}
.BgClassName
{
background-color: #1B55FF;
}
</style>
border-color css
<style>
span { border-color: #1B55FF; }
span { border-color: rgb(27,85,255); }
td.TdClassName
{
border-color: #1B55FF;
}
.TagClassName
{
border-color: #1B55FF;
}
</style>