Shades of Royal Blue #275EE1
Tints of Royal Blue #275EE1
RGB
CMYK
RGB Variations
Color information
#275EE1 (or 0x275EE1) is known color: Royal Blue. HEX triplet: 27, 5E and E1. RGB value is (39,94,225). Sum of RGB (Red+Green+Blue) = 39+94+225=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #275EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EE1 is #D8A11E. Grayscale: #5B5B5B. Windows color (decimal): -14197023 or 14769703. OLE color: 14769703.
HSL color Cylindrical-coordinate representation of color #275EE1: hue angle of 222.26º degrees, saturation: 0.76, 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 #275EE1 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 94 | 225 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.12 |
| HSL | 222.26º | 0.76% | 0.52% | - |
| HSV(B) | 222.26º | 0.83% | 0.88% | - |
| XYZ | 18.43 | 13.87 | 72.94 | - |
| YUV | 92.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 225 | 0.83 | 0.58 | 0 | 0.12 | 222.26 | 0.76 | 0.52 |
| Hex | 27 | 5E | E1 | 53 | 3A | 0 | C | DE | 4C | 34 |
| Octal | 47 | 136 | 341 | 123 | 72 | 0 | 14 | 336 | 114 | 64 |
| Binary | 100111 | 1011110 | 11100001 | 1010011 | 111010 | 0 | 1100 | 11011110 | 1001100 | 110100 |
Color Harmonies of #275EE1
Complementary color
Monochromatic Colors of #275EE1
Black with #275EE1
Text Example
Text Example
White with #275EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EE1; }
p { color: rgb(39,94,225); }
H1.HeaderClassName
{
color: #275EE1;
}
.AnyTagClassName
{
color: #275EE1;
}
</style>
background-color css
<style>
a { background-color: #275EE1; }
a { background-color: rgb(39,94,225); }
div.DivClassName
{
background-color: #275EE1;
}
.BgClassName
{
background-color: #275EE1;
}
</style>
border-color css
<style>
span { border-color: #275EE1; }
span { border-color: rgb(39,94,225); }
td.TdClassName
{
border-color: #275EE1;
}
.TagClassName
{
border-color: #275EE1;
}
</style>