Shades of Royal Blue #1B5BFC
Tints of Royal Blue #1B5BFC
RGB
CMYK
RGB Variations
Color information
#1B5BFC (or 0x1B5BFC) is known color: Royal Blue. HEX triplet: 1B, 5B and FC. RGB value is (27,91,252). Sum of RGB (Red+Green+Blue) = 27+91+252=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B5BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5BFC is #E4A403. Grayscale: #595959. Windows color (decimal): -14984196 or 16538395. OLE color: 16538395.
HSL color Cylindrical-coordinate representation of color #1B5BFC: hue angle of 222.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5BFC is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 91 | 252 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.01 |
| HSL | 222.93º | 0.97% | 0.55% | - |
| HSV(B) | 222.93º | 0.89% | 0.99% | - |
| XYZ | 21.76 | 14.74 | 93.79 | - |
| YUV | 90.22 | 219.3 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 252 | 0.89 | 0.64 | 0 | 0.01 | 222.93 | 0.97 | 0.55 |
| Hex | 1B | 5B | FC | 59 | 40 | 0 | 1 | DF | 61 | 37 |
| Octal | 33 | 133 | 374 | 131 | 100 | 0 | 1 | 337 | 141 | 67 |
| Binary | 11011 | 1011011 | 11111100 | 1011001 | 1000000 | 0 | 1 | 11011111 | 1100001 | 110111 |
Color Harmonies of #1B5BFC
Complementary color
Monochromatic Colors of #1B5BFC
Black with #1B5BFC
Text Example
Text Example
White with #1B5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BFC; }
p { color: rgb(27,91,252); }
H1.HeaderClassName
{
color: #1B5BFC;
}
.AnyTagClassName
{
color: #1B5BFC;
}
</style>
background-color css
<style>
a { background-color: #1B5BFC; }
a { background-color: rgb(27,91,252); }
div.DivClassName
{
background-color: #1B5BFC;
}
.BgClassName
{
background-color: #1B5BFC;
}
</style>
border-color css
<style>
span { border-color: #1B5BFC; }
span { border-color: rgb(27,91,252); }
td.TdClassName
{
border-color: #1B5BFC;
}
.TagClassName
{
border-color: #1B5BFC;
}
</style>