Shades of Royal Blue #1B5DFC
Tints of Royal Blue #1B5DFC
RGB
CMYK
RGB Variations
Color information
#1B5DFC (or 0x1B5DFC) is known color: Royal Blue. HEX triplet: 1B, 5D and FC. RGB value is (27,93,252). Sum of RGB (Red+Green+Blue) = 27+93+252=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B5DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5DFC is #E4A203. Grayscale: #5A5A5A. Windows color (decimal): -14983684 or 16538907. OLE color: 16538907.
HSL color Cylindrical-coordinate representation of color #1B5DFC: hue angle of 222.4º 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 #1B5DFC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 93 | 252 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.01 |
| HSL | 222.4º | 0.97% | 0.55% | - |
| HSV(B) | 222.4º | 0.89% | 0.99% | - |
| XYZ | 21.94 | 15.09 | 93.85 | - |
| YUV | 91.39 | 218.63 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 252 | 0.89 | 0.63 | 0 | 0.01 | 222.4 | 0.97 | 0.55 |
| Hex | 1B | 5D | FC | 59 | 3F | 0 | 1 | DE | 61 | 37 |
| Octal | 33 | 135 | 374 | 131 | 77 | 0 | 1 | 336 | 141 | 67 |
| Binary | 11011 | 1011101 | 11111100 | 1011001 | 111111 | 0 | 1 | 11011110 | 1100001 | 110111 |
Color Harmonies of #1B5DFC
Complementary color
Monochromatic Colors of #1B5DFC
Black with #1B5DFC
Text Example
Text Example
White with #1B5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DFC; }
p { color: rgb(27,93,252); }
H1.HeaderClassName
{
color: #1B5DFC;
}
.AnyTagClassName
{
color: #1B5DFC;
}
</style>
background-color css
<style>
a { background-color: #1B5DFC; }
a { background-color: rgb(27,93,252); }
div.DivClassName
{
background-color: #1B5DFC;
}
.BgClassName
{
background-color: #1B5DFC;
}
</style>
border-color css
<style>
span { border-color: #1B5DFC; }
span { border-color: rgb(27,93,252); }
td.TdClassName
{
border-color: #1B5DFC;
}
.TagClassName
{
border-color: #1B5DFC;
}
</style>