Shades of Royal Blue #275BFE
Tints of Royal Blue #275BFE
RGB
CMYK
RGB Variations
Color information
#275BFE (or 0x275BFE) is known color: Royal Blue. HEX triplet: 27, 5B and FE. RGB value is (39,91,254). Sum of RGB (Red+Green+Blue) = 39+91+254=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #275BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BFE is #D8A401. Grayscale: #5D5D5D. Windows color (decimal): -14197762 or 16669479. OLE color: 16669479.
HSL color Cylindrical-coordinate representation of color #275BFE: hue angle of 225.49º 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 #275BFE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 91 | 254 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.00 |
| HSL | 225.49º | 0.99% | 0.57% | - |
| HSV(B) | 225.49º | 0.85% | 1% | - |
| XYZ | 22.47 | 15.07 | 95.49 | - |
| YUV | 94.03 | 218.27 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 254 | 0.85 | 0.64 | 0 | 0.00 | 225.49 | 0.99 | 0.57 |
| Hex | 27 | 5B | FE | 55 | 40 | 0 | 0 | E1 | 63 | 39 |
| Octal | 47 | 133 | 376 | 125 | 100 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100111 | 1011011 | 11111110 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #275BFE
Complementary color
Monochromatic Colors of #275BFE
Black with #275BFE
Text Example
Text Example
White with #275BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BFE; }
p { color: rgb(39,91,254); }
H1.HeaderClassName
{
color: #275BFE;
}
.AnyTagClassName
{
color: #275BFE;
}
</style>
background-color css
<style>
a { background-color: #275BFE; }
a { background-color: rgb(39,91,254); }
div.DivClassName
{
background-color: #275BFE;
}
.BgClassName
{
background-color: #275BFE;
}
</style>
border-color css
<style>
span { border-color: #275BFE; }
span { border-color: rgb(39,91,254); }
td.TdClassName
{
border-color: #275BFE;
}
.TagClassName
{
border-color: #275BFE;
}
</style>