Shades of Royal Blue #276CE0
Tints of Royal Blue #276CE0
RGB
CMYK
RGB Variations
Color information
#276CE0 (or 0x276CE0) is known color: Royal Blue. HEX triplet: 27, 6C and E0. RGB value is (39,108,224). Sum of RGB (Red+Green+Blue) = 39+108+224=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #276CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CE0 is #D8931F. Grayscale: #646464. Windows color (decimal): -14193440 or 14707751. OLE color: 14707751.
HSL color Cylindrical-coordinate representation of color #276CE0: hue angle of 217.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276CE0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 108 | 224 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.12 |
| HSL | 217.62º | 0.75% | 0.52% | - |
| HSV(B) | 217.62º | 0.83% | 0.88% | - |
| XYZ | 19.65 | 16.54 | 72.68 | - |
| YUV | 100.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 224 | 0.83 | 0.52 | 0 | 0.12 | 217.62 | 0.75 | 0.52 |
| Hex | 27 | 6C | E0 | 53 | 34 | 0 | C | DA | 4B | 34 |
| Octal | 47 | 154 | 340 | 123 | 64 | 0 | 14 | 332 | 113 | 64 |
| Binary | 100111 | 1101100 | 11100000 | 1010011 | 110100 | 0 | 1100 | 11011010 | 1001011 | 110100 |
Color Harmonies of #276CE0
Complementary color
Monochromatic Colors of #276CE0
Black with #276CE0
Text Example
Text Example
White with #276CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CE0; }
p { color: rgb(39,108,224); }
H1.HeaderClassName
{
color: #276CE0;
}
.AnyTagClassName
{
color: #276CE0;
}
</style>
background-color css
<style>
a { background-color: #276CE0; }
a { background-color: rgb(39,108,224); }
div.DivClassName
{
background-color: #276CE0;
}
.BgClassName
{
background-color: #276CE0;
}
</style>
border-color css
<style>
span { border-color: #276CE0; }
span { border-color: rgb(39,108,224); }
td.TdClassName
{
border-color: #276CE0;
}
.TagClassName
{
border-color: #276CE0;
}
</style>