Shades of Royal Blue #1B5CF5
Tints of Royal Blue #1B5CF5
RGB
CMYK
RGB Variations
Color information
#1B5CF5 (or 0x1B5CF5) is known color: Royal Blue. HEX triplet: 1B, 5C and F5. RGB value is (27,92,245). Sum of RGB (Red+Green+Blue) = 27+92+245=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 245 (96.09% from 255 or 67.31% from 364); Max value from RGB is 245 - color contains mainly: blue. Hex color #1B5CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5CF5 is #E4A30A. Grayscale: #595959. Windows color (decimal): -14983947 or 16079899. OLE color: 16079899.
HSL color Cylindrical-coordinate representation of color #1B5CF5: hue angle of 222.11º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5CF5 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 92 | 245 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.04 |
| HSL | 222.11º | 0.92% | 0.53% | - |
| HSV(B) | 222.11º | 0.89% | 0.96% | - |
| XYZ | 20.76 | 14.48 | 88.09 | - |
| YUV | 90.01 | 215.47 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 245 | 0.89 | 0.62 | 0 | 0.04 | 222.11 | 0.92 | 0.53 |
| Hex | 1B | 5C | F5 | 59 | 3E | 0 | 4 | DE | 5C | 35 |
| Octal | 33 | 134 | 365 | 131 | 76 | 0 | 4 | 336 | 134 | 65 |
| Binary | 11011 | 1011100 | 11110101 | 1011001 | 111110 | 0 | 100 | 11011110 | 1011100 | 110101 |
Color Harmonies of #1B5CF5
Complementary color
Monochromatic Colors of #1B5CF5
Black with #1B5CF5
Text Example
Text Example
White with #1B5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5CF5; }
p { color: rgb(27,92,245); }
H1.HeaderClassName
{
color: #1B5CF5;
}
.AnyTagClassName
{
color: #1B5CF5;
}
</style>
background-color css
<style>
a { background-color: #1B5CF5; }
a { background-color: rgb(27,92,245); }
div.DivClassName
{
background-color: #1B5CF5;
}
.BgClassName
{
background-color: #1B5CF5;
}
</style>
border-color css
<style>
span { border-color: #1B5CF5; }
span { border-color: rgb(27,92,245); }
td.TdClassName
{
border-color: #1B5CF5;
}
.TagClassName
{
border-color: #1B5CF5;
}
</style>