Shades of Royal Blue #275EFE
Tints of Royal Blue #275EFE
RGB
CMYK
RGB Variations
Color information
#275EFE (or 0x275EFE) is known color: Royal Blue. HEX triplet: 27, 5E and FE. RGB value is (39,94,254). Sum of RGB (Red+Green+Blue) = 39+94+254=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #275EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EFE is #D8A101. Grayscale: #5F5F5F. Windows color (decimal): -14196994 or 16670247. OLE color: 16670247.
HSL color Cylindrical-coordinate representation of color #275EFE: hue angle of 224.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275EFE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 94 | 254 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.00 |
| HSL | 224.65º | 0.99% | 0.57% | - |
| HSV(B) | 224.65º | 0.85% | 1% | - |
| XYZ | 22.73 | 15.59 | 95.58 | - |
| YUV | 95.8 | 217.28 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 254 | 0.85 | 0.63 | 0 | 0.00 | 224.65 | 0.99 | 0.57 |
| Hex | 27 | 5E | FE | 55 | 3F | 0 | 0 | E1 | 63 | 39 |
| Octal | 47 | 136 | 376 | 125 | 77 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100111 | 1011110 | 11111110 | 1010101 | 111111 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #275EFE
Complementary color
Monochromatic Colors of #275EFE
Black with #275EFE
Text Example
Text Example
White with #275EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EFE; }
p { color: rgb(39,94,254); }
H1.HeaderClassName
{
color: #275EFE;
}
.AnyTagClassName
{
color: #275EFE;
}
</style>
background-color css
<style>
a { background-color: #275EFE; }
a { background-color: rgb(39,94,254); }
div.DivClassName
{
background-color: #275EFE;
}
.BgClassName
{
background-color: #275EFE;
}
</style>
border-color css
<style>
span { border-color: #275EFE; }
span { border-color: rgb(39,94,254); }
td.TdClassName
{
border-color: #275EFE;
}
.TagClassName
{
border-color: #275EFE;
}
</style>