Shades of Royal Blue #275FE3
Tints of Royal Blue #275FE3
RGB
CMYK
RGB Variations
Color information
#275FE3 (or 0x275FE3) is known color: Royal Blue. HEX triplet: 27, 5F and E3. RGB value is (39,95,227). Sum of RGB (Red+Green+Blue) = 39+95+227=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 227 (89.06% from 255 or 62.88% from 361); Max value from RGB is 227 - color contains mainly: blue. Hex color #275FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FE3 is #D8A01C. Grayscale: #5C5C5C. Windows color (decimal): -14196765 or 14901031. OLE color: 14901031.
HSL color Cylindrical-coordinate representation of color #275FE3: hue angle of 222.13º 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 #275FE3 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 95 | 227 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.11 |
| HSL | 222.13º | 0.77% | 0.52% | - |
| HSV(B) | 222.13º | 0.83% | 0.89% | - |
| XYZ | 18.79 | 14.16 | 74.42 | - |
| YUV | 93.3 | 203.45 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 227 | 0.83 | 0.58 | 0 | 0.11 | 222.13 | 0.77 | 0.52 |
| Hex | 27 | 5F | E3 | 53 | 3A | 0 | B | DE | 4D | 34 |
| Octal | 47 | 137 | 343 | 123 | 72 | 0 | 13 | 336 | 115 | 64 |
| Binary | 100111 | 1011111 | 11100011 | 1010011 | 111010 | 0 | 1011 | 11011110 | 1001101 | 110100 |
Color Harmonies of #275FE3
Complementary color
Monochromatic Colors of #275FE3
Black with #275FE3
Text Example
Text Example
White with #275FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FE3; }
p { color: rgb(39,95,227); }
H1.HeaderClassName
{
color: #275FE3;
}
.AnyTagClassName
{
color: #275FE3;
}
</style>
background-color css
<style>
a { background-color: #275FE3; }
a { background-color: rgb(39,95,227); }
div.DivClassName
{
background-color: #275FE3;
}
.BgClassName
{
background-color: #275FE3;
}
</style>
border-color css
<style>
span { border-color: #275FE3; }
span { border-color: rgb(39,95,227); }
td.TdClassName
{
border-color: #275FE3;
}
.TagClassName
{
border-color: #275FE3;
}
</style>