Shades of Royal Blue #275EE3
Tints of Royal Blue #275EE3
RGB
CMYK
RGB Variations
Color information
#275EE3 (or 0x275EE3) is known color: Royal Blue. HEX triplet: 27, 5E and E3. RGB value is (39,94,227). Sum of RGB (Red+Green+Blue) = 39+94+227=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 227 (89.06% from 255 or 63.06% from 360); Max value from RGB is 227 - color contains mainly: blue. Hex color #275EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EE3 is #D8A11C. Grayscale: #5C5C5C. Windows color (decimal): -14197021 or 14900775. OLE color: 14900775.
HSL color Cylindrical-coordinate representation of color #275EE3: hue angle of 222.45º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275EE3 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 94 | 227 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.11 |
| HSL | 222.45º | 0.77% | 0.52% | - |
| HSV(B) | 222.45º | 0.83% | 0.89% | - |
| XYZ | 18.7 | 13.98 | 74.39 | - |
| YUV | 92.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 227 | 0.83 | 0.59 | 0 | 0.11 | 222.45 | 0.77 | 0.52 |
| Hex | 27 | 5E | E3 | 53 | 3B | 0 | B | DE | 4D | 34 |
| Octal | 47 | 136 | 343 | 123 | 73 | 0 | 13 | 336 | 115 | 64 |
| Binary | 100111 | 1011110 | 11100011 | 1010011 | 111011 | 0 | 1011 | 11011110 | 1001101 | 110100 |
Color Harmonies of #275EE3
Complementary color
Monochromatic Colors of #275EE3
Black with #275EE3
Text Example
Text Example
White with #275EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EE3; }
p { color: rgb(39,94,227); }
H1.HeaderClassName
{
color: #275EE3;
}
.AnyTagClassName
{
color: #275EE3;
}
</style>
background-color css
<style>
a { background-color: #275EE3; }
a { background-color: rgb(39,94,227); }
div.DivClassName
{
background-color: #275EE3;
}
.BgClassName
{
background-color: #275EE3;
}
</style>
border-color css
<style>
span { border-color: #275EE3; }
span { border-color: rgb(39,94,227); }
td.TdClassName
{
border-color: #275EE3;
}
.TagClassName
{
border-color: #275EE3;
}
</style>