Shades of Royal Blue #1B5FFC
Tints of Royal Blue #1B5FFC
RGB
CMYK
RGB Variations
Color information
#1B5FFC (or 0x1B5FFC) is known color: Royal Blue. HEX triplet: 1B, 5F and FC. RGB value is (27,95,252). Sum of RGB (Red+Green+Blue) = 27+95+252=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5FFC is #E4A003. Grayscale: #5B5B5B. Windows color (decimal): -14983172 or 16539419. OLE color: 16539419.
HSL color Cylindrical-coordinate representation of color #1B5FFC: hue angle of 221.87º 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 #1B5FFC is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 95 | 252 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.01 |
| HSL | 221.87º | 0.97% | 0.55% | - |
| HSV(B) | 221.87º | 0.89% | 0.99% | - |
| XYZ | 22.11 | 15.45 | 93.91 | - |
| YUV | 92.57 | 217.97 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 252 | 0.89 | 0.62 | 0 | 0.01 | 221.87 | 0.97 | 0.55 |
| Hex | 1B | 5F | FC | 59 | 3E | 0 | 1 | DE | 61 | 37 |
| Octal | 33 | 137 | 374 | 131 | 76 | 0 | 1 | 336 | 141 | 67 |
| Binary | 11011 | 1011111 | 11111100 | 1011001 | 111110 | 0 | 1 | 11011110 | 1100001 | 110111 |
Color Harmonies of #1B5FFC
Complementary color
Monochromatic Colors of #1B5FFC
Black with #1B5FFC
Text Example
Text Example
White with #1B5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FFC; }
p { color: rgb(27,95,252); }
H1.HeaderClassName
{
color: #1B5FFC;
}
.AnyTagClassName
{
color: #1B5FFC;
}
</style>
background-color css
<style>
a { background-color: #1B5FFC; }
a { background-color: rgb(27,95,252); }
div.DivClassName
{
background-color: #1B5FFC;
}
.BgClassName
{
background-color: #1B5FFC;
}
</style>
border-color css
<style>
span { border-color: #1B5FFC; }
span { border-color: rgb(27,95,252); }
td.TdClassName
{
border-color: #1B5FFC;
}
.TagClassName
{
border-color: #1B5FFC;
}
</style>