Shades of Royal Blue #1B5FFA
Tints of Royal Blue #1B5FFA
RGB
CMYK
RGB Variations
Color information
#1B5FFA (or 0x1B5FFA) is known color: Royal Blue. HEX triplet: 1B, 5F and FA. RGB value is (27,95,250). Sum of RGB (Red+Green+Blue) = 27+95+250=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5FFA is #E4A005. Grayscale: #5B5B5B. Windows color (decimal): -14983174 or 16408347. OLE color: 16408347.
HSL color Cylindrical-coordinate representation of color #1B5FFA: hue angle of 221.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5FFA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 95 | 250 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.02 |
| HSL | 221.7º | 0.96% | 0.54% | - |
| HSV(B) | 221.7º | 0.89% | 0.98% | - |
| XYZ | 21.8 | 15.32 | 92.25 | - |
| YUV | 92.34 | 216.97 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 250 | 0.89 | 0.62 | 0 | 0.02 | 221.7 | 0.96 | 0.54 |
| Hex | 1B | 5F | FA | 59 | 3E | 0 | 2 | DE | 60 | 36 |
| Octal | 33 | 137 | 372 | 131 | 76 | 0 | 2 | 336 | 140 | 66 |
| Binary | 11011 | 1011111 | 11111010 | 1011001 | 111110 | 0 | 10 | 11011110 | 1100000 | 110110 |
Color Harmonies of #1B5FFA
Complementary color
Monochromatic Colors of #1B5FFA
Black with #1B5FFA
Text Example
Text Example
White with #1B5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FFA; }
p { color: rgb(27,95,250); }
H1.HeaderClassName
{
color: #1B5FFA;
}
.AnyTagClassName
{
color: #1B5FFA;
}
</style>
background-color css
<style>
a { background-color: #1B5FFA; }
a { background-color: rgb(27,95,250); }
div.DivClassName
{
background-color: #1B5FFA;
}
.BgClassName
{
background-color: #1B5FFA;
}
</style>
border-color css
<style>
span { border-color: #1B5FFA; }
span { border-color: rgb(27,95,250); }
td.TdClassName
{
border-color: #1B5FFA;
}
.TagClassName
{
border-color: #1B5FFA;
}
</style>