Shades of Royal Blue #276BED
Tints of Royal Blue #276BED
RGB
CMYK
RGB Variations
Color information
#276BED (or 0x276BED) is known color: Royal Blue. HEX triplet: 27, 6B and ED. RGB value is (39,107,237). Sum of RGB (Red+Green+Blue) = 39+107+237=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #276BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BED is #D89412. Grayscale: #646464. Windows color (decimal): -14193683 or 15559463. OLE color: 15559463.
HSL color Cylindrical-coordinate representation of color #276BED: hue angle of 219.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276BED is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 107 | 237 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 219.39º | 0.85% | 0.54% | - |
| HSV(B) | 219.39º | 0.84% | 0.93% | - |
| XYZ | 21.38 | 17.06 | 82.29 | - |
| YUV | 101.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 237 | 0.84 | 0.55 | 0 | 0.07 | 219.39 | 0.85 | 0.54 |
| Hex | 27 | 6B | ED | 54 | 37 | 0 | 7 | DB | 55 | 36 |
| Octal | 47 | 153 | 355 | 124 | 67 | 0 | 7 | 333 | 125 | 66 |
| Binary | 100111 | 1101011 | 11101101 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #276BED
Complementary color
Monochromatic Colors of #276BED
Black with #276BED
Text Example
Text Example
White with #276BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BED; }
p { color: rgb(39,107,237); }
H1.HeaderClassName
{
color: #276BED;
}
.AnyTagClassName
{
color: #276BED;
}
</style>
background-color css
<style>
a { background-color: #276BED; }
a { background-color: rgb(39,107,237); }
div.DivClassName
{
background-color: #276BED;
}
.BgClassName
{
background-color: #276BED;
}
</style>
border-color css
<style>
span { border-color: #276BED; }
span { border-color: rgb(39,107,237); }
td.TdClassName
{
border-color: #276BED;
}
.TagClassName
{
border-color: #276BED;
}
</style>