Shades of Royal Blue #275EE0
Tints of Royal Blue #275EE0
RGB
CMYK
RGB Variations
Color information
#275EE0 (or 0x275EE0) is known color: Royal Blue. HEX triplet: 27, 5E and E0. RGB value is (39,94,224). Sum of RGB (Red+Green+Blue) = 39+94+224=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #275EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EE0 is #D8A11F. Grayscale: #5B5B5B. Windows color (decimal): -14197024 or 14704167. OLE color: 14704167.
HSL color Cylindrical-coordinate representation of color #275EE0: hue angle of 222.16º 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 #275EE0 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 94 | 224 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.12 |
| HSL | 222.16º | 0.75% | 0.52% | - |
| HSV(B) | 222.16º | 0.83% | 0.88% | - |
| XYZ | 18.29 | 13.82 | 72.22 | - |
| YUV | 92.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 224 | 0.83 | 0.58 | 0 | 0.12 | 222.16 | 0.75 | 0.52 |
| Hex | 27 | 5E | E0 | 53 | 3A | 0 | C | DE | 4B | 34 |
| Octal | 47 | 136 | 340 | 123 | 72 | 0 | 14 | 336 | 113 | 64 |
| Binary | 100111 | 1011110 | 11100000 | 1010011 | 111010 | 0 | 1100 | 11011110 | 1001011 | 110100 |
Color Harmonies of #275EE0
Complementary color
Monochromatic Colors of #275EE0
Black with #275EE0
Text Example
Text Example
White with #275EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EE0; }
p { color: rgb(39,94,224); }
H1.HeaderClassName
{
color: #275EE0;
}
.AnyTagClassName
{
color: #275EE0;
}
</style>
background-color css
<style>
a { background-color: #275EE0; }
a { background-color: rgb(39,94,224); }
div.DivClassName
{
background-color: #275EE0;
}
.BgClassName
{
background-color: #275EE0;
}
</style>
border-color css
<style>
span { border-color: #275EE0; }
span { border-color: rgb(39,94,224); }
td.TdClassName
{
border-color: #275EE0;
}
.TagClassName
{
border-color: #275EE0;
}
</style>