Shades of Royal Blue #275FE1
Tints of Royal Blue #275FE1
RGB
CMYK
RGB Variations
Color information
#275FE1 (or 0x275FE1) is known color: Royal Blue. HEX triplet: 27, 5F and E1. RGB value is (39,95,225). Sum of RGB (Red+Green+Blue) = 39+95+225=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #275FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FE1 is #D8A01E. Grayscale: #5C5C5C. Windows color (decimal): -14196767 or 14769959. OLE color: 14769959.
HSL color Cylindrical-coordinate representation of color #275FE1: hue angle of 221.94º 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 #275FE1 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 95 | 225 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.12 |
| HSL | 221.94º | 0.76% | 0.52% | - |
| HSV(B) | 221.94º | 0.83% | 0.88% | - |
| XYZ | 18.52 | 14.05 | 72.97 | - |
| YUV | 93.08 | 202.45 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 225 | 0.83 | 0.58 | 0 | 0.12 | 221.94 | 0.76 | 0.52 |
| Hex | 27 | 5F | E1 | 53 | 3A | 0 | C | DE | 4C | 34 |
| Octal | 47 | 137 | 341 | 123 | 72 | 0 | 14 | 336 | 114 | 64 |
| Binary | 100111 | 1011111 | 11100001 | 1010011 | 111010 | 0 | 1100 | 11011110 | 1001100 | 110100 |
Color Harmonies of #275FE1
Complementary color
Monochromatic Colors of #275FE1
Black with #275FE1
Text Example
Text Example
White with #275FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FE1; }
p { color: rgb(39,95,225); }
H1.HeaderClassName
{
color: #275FE1;
}
.AnyTagClassName
{
color: #275FE1;
}
</style>
background-color css
<style>
a { background-color: #275FE1; }
a { background-color: rgb(39,95,225); }
div.DivClassName
{
background-color: #275FE1;
}
.BgClassName
{
background-color: #275FE1;
}
</style>
border-color css
<style>
span { border-color: #275FE1; }
span { border-color: rgb(39,95,225); }
td.TdClassName
{
border-color: #275FE1;
}
.TagClassName
{
border-color: #275FE1;
}
</style>