Shades of Royal Blue #1B5FFF
Tints of Royal Blue #1B5FFF
RGB
CMYK
RGB Variations
Color information
#1B5FFF (or 0x1B5FFF) is known color: Royal Blue. HEX triplet: 1B, 5F and FF. RGB value is (27,95,255). Sum of RGB (Red+Green+Blue) = 27+95+255=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5FFF is #E4A000. Grayscale: #5C5C5C. Windows color (decimal): -14983169 or 16736027. OLE color: 16736027.
HSL color Cylindrical-coordinate representation of color #1B5FFF: hue angle of 222.11º 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 #1B5FFF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 95 | 255 | - |
| CMYK | 0.89 | 0.63 | 0 | 0 |
| HSL | 222.11º | 1% | 0.55% | - |
| HSV(B) | 222.11º | 0.89% | 1% | - |
| XYZ | 22.59 | 15.64 | 96.44 | - |
| YUV | 92.91 | 219.47 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 255 | 0.89 | 0.63 | 0 | 0 | 222.11 | 1 | 0.55 |
| Hex | 1B | 5F | FF | 59 | 3F | 0 | 0 | DE | 64 | 37 |
| Octal | 33 | 137 | 377 | 131 | 77 | 0 | 0 | 336 | 144 | 67 |
| Binary | 11011 | 1011111 | 11111111 | 1011001 | 111111 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #1B5FFF
Complementary color
Monochromatic Colors of #1B5FFF
Black with #1B5FFF
Text Example
Text Example
White with #1B5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FFF; }
p { color: rgb(27,95,255); }
H1.HeaderClassName
{
color: #1B5FFF;
}
.AnyTagClassName
{
color: #1B5FFF;
}
</style>
background-color css
<style>
a { background-color: #1B5FFF; }
a { background-color: rgb(27,95,255); }
div.DivClassName
{
background-color: #1B5FFF;
}
.BgClassName
{
background-color: #1B5FFF;
}
</style>
border-color css
<style>
span { border-color: #1B5FFF; }
span { border-color: rgb(27,95,255); }
td.TdClassName
{
border-color: #1B5FFF;
}
.TagClassName
{
border-color: #1B5FFF;
}
</style>