Shades of Royal Blue #275BE7
Tints of Royal Blue #275BE7
RGB
CMYK
RGB Variations
Color information
#275BE7 (or 0x275BE7) is known color: Royal Blue. HEX triplet: 27, 5B and E7. RGB value is (39,91,231). Sum of RGB (Red+Green+Blue) = 39+91+231=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #275BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BE7 is #D8A418. Grayscale: #5A5A5A. Windows color (decimal): -14197785 or 15162151. OLE color: 15162151.
HSL color Cylindrical-coordinate representation of color #275BE7: hue angle of 223.75º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275BE7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 91 | 231 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.09 |
| HSL | 223.75º | 0.8% | 0.53% | - |
| HSV(B) | 223.75º | 0.83% | 0.91% | - |
| XYZ | 19 | 13.68 | 77.24 | - |
| YUV | 91.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 231 | 0.83 | 0.61 | 0 | 0.09 | 223.75 | 0.8 | 0.53 |
| Hex | 27 | 5B | E7 | 53 | 3D | 0 | 9 | E0 | 50 | 35 |
| Octal | 47 | 133 | 347 | 123 | 75 | 0 | 11 | 340 | 120 | 65 |
| Binary | 100111 | 1011011 | 11100111 | 1010011 | 111101 | 0 | 1001 | 11100000 | 1010000 | 110101 |
Color Harmonies of #275BE7
Complementary color
Monochromatic Colors of #275BE7
Black with #275BE7
Text Example
Text Example
White with #275BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BE7; }
p { color: rgb(39,91,231); }
H1.HeaderClassName
{
color: #275BE7;
}
.AnyTagClassName
{
color: #275BE7;
}
</style>
background-color css
<style>
a { background-color: #275BE7; }
a { background-color: rgb(39,91,231); }
div.DivClassName
{
background-color: #275BE7;
}
.BgClassName
{
background-color: #275BE7;
}
</style>
border-color css
<style>
span { border-color: #275BE7; }
span { border-color: rgb(39,91,231); }
td.TdClassName
{
border-color: #275BE7;
}
.TagClassName
{
border-color: #275BE7;
}
</style>