Shades of Royal Blue #1B59FA
Tints of Royal Blue #1B59FA
RGB
CMYK
RGB Variations
Color information
#1B59FA (or 0x1B59FA) is known color: Royal Blue. HEX triplet: 1B, 59 and FA. RGB value is (27,89,250). Sum of RGB (Red+Green+Blue) = 27+89+250=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B59FA is #E4A605. Grayscale: #585858. Windows color (decimal): -14984710 or 16406811. OLE color: 16406811.
HSL color Cylindrical-coordinate representation of color #1B59FA: hue angle of 223.32º 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 #1B59FA is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 89 | 250 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.02 |
| HSL | 223.32º | 0.96% | 0.54% | - |
| HSV(B) | 223.32º | 0.89% | 0.98% | - |
| XYZ | 21.28 | 14.28 | 92.08 | - |
| YUV | 88.82 | 218.96 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 250 | 0.89 | 0.64 | 0 | 0.02 | 223.32 | 0.96 | 0.54 |
| Hex | 1B | 59 | FA | 59 | 40 | 0 | 2 | DF | 60 | 36 |
| Octal | 33 | 131 | 372 | 131 | 100 | 0 | 2 | 337 | 140 | 66 |
| Binary | 11011 | 1011001 | 11111010 | 1011001 | 1000000 | 0 | 10 | 11011111 | 1100000 | 110110 |
Color Harmonies of #1B59FA
Complementary color
Monochromatic Colors of #1B59FA
Black with #1B59FA
Text Example
Text Example
White with #1B59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B59FA; }
p { color: rgb(27,89,250); }
H1.HeaderClassName
{
color: #1B59FA;
}
.AnyTagClassName
{
color: #1B59FA;
}
</style>
background-color css
<style>
a { background-color: #1B59FA; }
a { background-color: rgb(27,89,250); }
div.DivClassName
{
background-color: #1B59FA;
}
.BgClassName
{
background-color: #1B59FA;
}
</style>
border-color css
<style>
span { border-color: #1B59FA; }
span { border-color: rgb(27,89,250); }
td.TdClassName
{
border-color: #1B59FA;
}
.TagClassName
{
border-color: #1B59FA;
}
</style>