Shades of Royal Blue #1B5CFC
Tints of Royal Blue #1B5CFC
RGB
CMYK
RGB Variations
Color information
#1B5CFC (or 0x1B5CFC) is known color: Royal Blue. HEX triplet: 1B, 5C and FC. RGB value is (27,92,252). Sum of RGB (Red+Green+Blue) = 27+92+252=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5CFC is #E4A303. Grayscale: #5A5A5A. Windows color (decimal): -14983940 or 16538651. OLE color: 16538651.
HSL color Cylindrical-coordinate representation of color #1B5CFC: hue angle of 222.67º 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 #1B5CFC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 92 | 252 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.01 |
| HSL | 222.67º | 0.97% | 0.55% | - |
| HSV(B) | 222.67º | 0.89% | 0.99% | - |
| XYZ | 21.85 | 14.92 | 93.82 | - |
| YUV | 90.81 | 218.97 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 252 | 0.89 | 0.63 | 0 | 0.01 | 222.67 | 0.97 | 0.55 |
| Hex | 1B | 5C | FC | 59 | 3F | 0 | 1 | DF | 61 | 37 |
| Octal | 33 | 134 | 374 | 131 | 77 | 0 | 1 | 337 | 141 | 67 |
| Binary | 11011 | 1011100 | 11111100 | 1011001 | 111111 | 0 | 1 | 11011111 | 1100001 | 110111 |
Color Harmonies of #1B5CFC
Complementary color
Monochromatic Colors of #1B5CFC
Black with #1B5CFC
Text Example
Text Example
White with #1B5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5CFC; }
p { color: rgb(27,92,252); }
H1.HeaderClassName
{
color: #1B5CFC;
}
.AnyTagClassName
{
color: #1B5CFC;
}
</style>
background-color css
<style>
a { background-color: #1B5CFC; }
a { background-color: rgb(27,92,252); }
div.DivClassName
{
background-color: #1B5CFC;
}
.BgClassName
{
background-color: #1B5CFC;
}
</style>
border-color css
<style>
span { border-color: #1B5CFC; }
span { border-color: rgb(27,92,252); }
td.TdClassName
{
border-color: #1B5CFC;
}
.TagClassName
{
border-color: #1B5CFC;
}
</style>