Shades of Royal Blue #275DFE
Tints of Royal Blue #275DFE
RGB
CMYK
RGB Variations
Color information
#275DFE (or 0x275DFE) is known color: Royal Blue. HEX triplet: 27, 5D and FE. RGB value is (39,93,254). Sum of RGB (Red+Green+Blue) = 39+93+254=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #275DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DFE is #D8A201. Grayscale: #5E5E5E. Windows color (decimal): -14197250 or 16669991. OLE color: 16669991.
HSL color Cylindrical-coordinate representation of color #275DFE: hue angle of 224.93º 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 #275DFE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 93 | 254 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.00 |
| HSL | 224.93º | 0.99% | 0.57% | - |
| HSV(B) | 224.93º | 0.85% | 1% | - |
| XYZ | 22.64 | 15.42 | 95.55 | - |
| YUV | 95.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 254 | 0.85 | 0.63 | 0 | 0.00 | 224.93 | 0.99 | 0.57 |
| Hex | 27 | 5D | FE | 55 | 3F | 0 | 0 | E1 | 63 | 39 |
| Octal | 47 | 135 | 376 | 125 | 77 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100111 | 1011101 | 11111110 | 1010101 | 111111 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #275DFE
Complementary color
Monochromatic Colors of #275DFE
Black with #275DFE
Text Example
Text Example
White with #275DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DFE; }
p { color: rgb(39,93,254); }
H1.HeaderClassName
{
color: #275DFE;
}
.AnyTagClassName
{
color: #275DFE;
}
</style>
background-color css
<style>
a { background-color: #275DFE; }
a { background-color: rgb(39,93,254); }
div.DivClassName
{
background-color: #275DFE;
}
.BgClassName
{
background-color: #275DFE;
}
</style>
border-color css
<style>
span { border-color: #275DFE; }
span { border-color: rgb(39,93,254); }
td.TdClassName
{
border-color: #275DFE;
}
.TagClassName
{
border-color: #275DFE;
}
</style>