Shades of Royal Blue #1B4DF9
Tints of Royal Blue #1B4DF9
RGB
CMYK
RGB Variations
Color information
#1B4DF9 (or 0x1B4DF9) is known color: Royal Blue. HEX triplet: 1B, 4D and F9. RGB value is (27,77,249). Sum of RGB (Red+Green+Blue) = 27+77+249=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #1B4DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4DF9 is #E4B206. Grayscale: #505050. Windows color (decimal): -14987783 or 16338203. OLE color: 16338203.
HSL color Cylindrical-coordinate representation of color #1B4DF9: hue angle of 226.49º degrees, saturation: 0.95, 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 #1B4DF9 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 77 | 249 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.02 |
| HSL | 226.49º | 0.95% | 0.54% | - |
| HSV(B) | 226.49º | 0.89% | 0.98% | - |
| XYZ | 20.2 | 12.38 | 90.95 | - |
| YUV | 81.66 | 222.44 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 249 | 0.89 | 0.69 | 0 | 0.02 | 226.49 | 0.95 | 0.54 |
| Hex | 1B | 4D | F9 | 59 | 45 | 0 | 2 | E2 | 5F | 36 |
| Octal | 33 | 115 | 371 | 131 | 105 | 0 | 2 | 342 | 137 | 66 |
| Binary | 11011 | 1001101 | 11111001 | 1011001 | 1000101 | 0 | 10 | 11100010 | 1011111 | 110110 |
Color Harmonies of #1B4DF9
Complementary color
Monochromatic Colors of #1B4DF9
Black with #1B4DF9
Text Example
Text Example
White with #1B4DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DF9; }
p { color: rgb(27,77,249); }
H1.HeaderClassName
{
color: #1B4DF9;
}
.AnyTagClassName
{
color: #1B4DF9;
}
</style>
background-color css
<style>
a { background-color: #1B4DF9; }
a { background-color: rgb(27,77,249); }
div.DivClassName
{
background-color: #1B4DF9;
}
.BgClassName
{
background-color: #1B4DF9;
}
</style>
border-color css
<style>
span { border-color: #1B4DF9; }
span { border-color: rgb(27,77,249); }
td.TdClassName
{
border-color: #1B4DF9;
}
.TagClassName
{
border-color: #1B4DF9;
}
</style>