Shades of Royal Blue #275FE5
Tints of Royal Blue #275FE5
RGB
CMYK
RGB Variations
Color information
#275FE5 (or 0x275FE5) is known color: Royal Blue. HEX triplet: 27, 5F and E5. RGB value is (39,95,229). Sum of RGB (Red+Green+Blue) = 39+95+229=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #275FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FE5 is #D8A01A. Grayscale: #5C5C5C. Windows color (decimal): -14196763 or 15032103. OLE color: 15032103.
HSL color Cylindrical-coordinate representation of color #275FE5: hue angle of 222.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275FE5 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 95 | 229 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.10 |
| HSL | 222.32º | 0.79% | 0.53% | - |
| HSV(B) | 222.32º | 0.83% | 0.9% | - |
| XYZ | 19.07 | 14.27 | 75.88 | - |
| YUV | 93.53 | 204.45 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 229 | 0.83 | 0.59 | 0 | 0.10 | 222.32 | 0.79 | 0.53 |
| Hex | 27 | 5F | E5 | 53 | 3B | 0 | A | DE | 4F | 35 |
| Octal | 47 | 137 | 345 | 123 | 73 | 0 | 12 | 336 | 117 | 65 |
| Binary | 100111 | 1011111 | 11100101 | 1010011 | 111011 | 0 | 1010 | 11011110 | 1001111 | 110101 |
Color Harmonies of #275FE5
Complementary color
Monochromatic Colors of #275FE5
Black with #275FE5
Text Example
Text Example
White with #275FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FE5; }
p { color: rgb(39,95,229); }
H1.HeaderClassName
{
color: #275FE5;
}
.AnyTagClassName
{
color: #275FE5;
}
</style>
background-color css
<style>
a { background-color: #275FE5; }
a { background-color: rgb(39,95,229); }
div.DivClassName
{
background-color: #275FE5;
}
.BgClassName
{
background-color: #275FE5;
}
</style>
border-color css
<style>
span { border-color: #275FE5; }
span { border-color: rgb(39,95,229); }
td.TdClassName
{
border-color: #275FE5;
}
.TagClassName
{
border-color: #275FE5;
}
</style>