Shades of Royal Blue #1B57FA
Tints of Royal Blue #1B57FA
RGB
CMYK
RGB Variations
Color information
#1B57FA (or 0x1B57FA) is known color: Royal Blue. HEX triplet: 1B, 57 and FA. RGB value is (27,87,250). Sum of RGB (Red+Green+Blue) = 27+87+250=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B57FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B57FA is #E4A805. Grayscale: #565656. Windows color (decimal): -14985222 or 16406299. OLE color: 16406299.
HSL color Cylindrical-coordinate representation of color #1B57FA: hue angle of 223.86º 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 #1B57FA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 87 | 250 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.02 |
| HSL | 223.86º | 0.96% | 0.54% | - |
| HSV(B) | 223.86º | 0.89% | 0.98% | - |
| XYZ | 21.12 | 13.95 | 92.02 | - |
| YUV | 87.64 | 219.62 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 250 | 0.89 | 0.65 | 0 | 0.02 | 223.86 | 0.96 | 0.54 |
| Hex | 1B | 57 | FA | 59 | 41 | 0 | 2 | E0 | 60 | 36 |
| Octal | 33 | 127 | 372 | 131 | 101 | 0 | 2 | 340 | 140 | 66 |
| Binary | 11011 | 1010111 | 11111010 | 1011001 | 1000001 | 0 | 10 | 11100000 | 1100000 | 110110 |
Color Harmonies of #1B57FA
Complementary color
Monochromatic Colors of #1B57FA
Black with #1B57FA
Text Example
Text Example
White with #1B57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B57FA; }
p { color: rgb(27,87,250); }
H1.HeaderClassName
{
color: #1B57FA;
}
.AnyTagClassName
{
color: #1B57FA;
}
</style>
background-color css
<style>
a { background-color: #1B57FA; }
a { background-color: rgb(27,87,250); }
div.DivClassName
{
background-color: #1B57FA;
}
.BgClassName
{
background-color: #1B57FA;
}
</style>
border-color css
<style>
span { border-color: #1B57FA; }
span { border-color: rgb(27,87,250); }
td.TdClassName
{
border-color: #1B57FA;
}
.TagClassName
{
border-color: #1B57FA;
}
</style>