Shades of Royal Blue #2767EE
Tints of Royal Blue #2767EE
RGB
CMYK
RGB Variations
Color information
#2767EE (or 0x2767EE) is known color: Royal Blue. HEX triplet: 27, 67 and EE. RGB value is (39,103,238). Sum of RGB (Red+Green+Blue) = 39+103+238=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #2767EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2767EE is #D89811. Grayscale: #626262. Windows color (decimal): -14194706 or 15623975. OLE color: 15623975.
HSL color Cylindrical-coordinate representation of color #2767EE: hue angle of 220.7º 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 #2767EE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 103 | 238 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.07 |
| HSL | 220.7º | 0.85% | 0.54% | - |
| HSV(B) | 220.7º | 0.84% | 0.93% | - |
| XYZ | 21.12 | 16.3 | 82.92 | - |
| YUV | 99.25 | 206.3 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 238 | 0.84 | 0.57 | 0 | 0.07 | 220.7 | 0.85 | 0.54 |
| Hex | 27 | 67 | EE | 54 | 39 | 0 | 7 | DD | 55 | 36 |
| Octal | 47 | 147 | 356 | 124 | 71 | 0 | 7 | 335 | 125 | 66 |
| Binary | 100111 | 1100111 | 11101110 | 1010100 | 111001 | 0 | 111 | 11011101 | 1010101 | 110110 |
Color Harmonies of #2767EE
Complementary color
Monochromatic Colors of #2767EE
Black with #2767EE
Text Example
Text Example
White with #2767EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767EE; }
p { color: rgb(39,103,238); }
H1.HeaderClassName
{
color: #2767EE;
}
.AnyTagClassName
{
color: #2767EE;
}
</style>
background-color css
<style>
a { background-color: #2767EE; }
a { background-color: rgb(39,103,238); }
div.DivClassName
{
background-color: #2767EE;
}
.BgClassName
{
background-color: #2767EE;
}
</style>
border-color css
<style>
span { border-color: #2767EE; }
span { border-color: rgb(39,103,238); }
td.TdClassName
{
border-color: #2767EE;
}
.TagClassName
{
border-color: #2767EE;
}
</style>