Shades of Royal Blue #275EFF
Tints of Royal Blue #275EFF
RGB
CMYK
RGB Variations
Color information
#275EFF (or 0x275EFF) is known color: Royal Blue. HEX triplet: 27, 5E and FF. RGB value is (39,94,255). Sum of RGB (Red+Green+Blue) = 39+94+255=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #275EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EFF is #D8A100. Grayscale: #5F5F5F. Windows color (decimal): -14196993 or 16735783. OLE color: 16735783.
HSL color Cylindrical-coordinate representation of color #275EFF: hue angle of 224.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275EFF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 94 | 255 | - |
| CMYK | 0.85 | 0.63 | 0 | 0 |
| HSL | 224.72º | 1% | 0.58% | - |
| HSV(B) | 224.72º | 0.85% | 1% | - |
| XYZ | 22.89 | 15.66 | 96.42 | - |
| YUV | 95.91 | 217.78 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 255 | 0.85 | 0.63 | 0 | 0 | 224.72 | 1 | 0.58 |
| Hex | 27 | 5E | FF | 55 | 3F | 0 | 0 | E1 | 64 | 3A |
| Octal | 47 | 136 | 377 | 125 | 77 | 0 | 0 | 341 | 144 | 72 |
| Binary | 100111 | 1011110 | 11111111 | 1010101 | 111111 | 0 | 0 | 11100001 | 1100100 | 111010 |
Color Harmonies of #275EFF
Complementary color
Monochromatic Colors of #275EFF
Black with #275EFF
Text Example
Text Example
White with #275EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EFF; }
p { color: rgb(39,94,255); }
H1.HeaderClassName
{
color: #275EFF;
}
.AnyTagClassName
{
color: #275EFF;
}
</style>
background-color css
<style>
a { background-color: #275EFF; }
a { background-color: rgb(39,94,255); }
div.DivClassName
{
background-color: #275EFF;
}
.BgClassName
{
background-color: #275EFF;
}
</style>
border-color css
<style>
span { border-color: #275EFF; }
span { border-color: rgb(39,94,255); }
td.TdClassName
{
border-color: #275EFF;
}
.TagClassName
{
border-color: #275EFF;
}
</style>