Shades of Royal Blue #1B6BED
Tints of Royal Blue #1B6BED
RGB
CMYK
RGB Variations
Color information
#1B6BED (or 0x1B6BED) is known color: Royal Blue. HEX triplet: 1B, 6B and ED. RGB value is (27,107,237). Sum of RGB (Red+Green+Blue) = 27+107+237=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #1B6BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BED is #E49412. Grayscale: #616161. Windows color (decimal): -14980115 or 15559451. OLE color: 15559451.
HSL color Cylindrical-coordinate representation of color #1B6BED: hue angle of 217.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B6BED is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 107 | 237 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.07 |
| HSL | 217.14º | 0.85% | 0.52% | - |
| HSV(B) | 217.14º | 0.89% | 0.93% | - |
| XYZ | 21 | 16.86 | 82.27 | - |
| YUV | 97.9 | 206.5 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 237 | 0.89 | 0.55 | 0 | 0.07 | 217.14 | 0.85 | 0.52 |
| Hex | 1B | 6B | ED | 59 | 37 | 0 | 7 | D9 | 55 | 34 |
| Octal | 33 | 153 | 355 | 131 | 67 | 0 | 7 | 331 | 125 | 64 |
| Binary | 11011 | 1101011 | 11101101 | 1011001 | 110111 | 0 | 111 | 11011001 | 1010101 | 110100 |
Color Harmonies of #1B6BED
Complementary color
Monochromatic Colors of #1B6BED
Black with #1B6BED
Text Example
Text Example
White with #1B6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BED; }
p { color: rgb(27,107,237); }
H1.HeaderClassName
{
color: #1B6BED;
}
.AnyTagClassName
{
color: #1B6BED;
}
</style>
background-color css
<style>
a { background-color: #1B6BED; }
a { background-color: rgb(27,107,237); }
div.DivClassName
{
background-color: #1B6BED;
}
.BgClassName
{
background-color: #1B6BED;
}
</style>
border-color css
<style>
span { border-color: #1B6BED; }
span { border-color: rgb(27,107,237); }
td.TdClassName
{
border-color: #1B6BED;
}
.TagClassName
{
border-color: #1B6BED;
}
</style>