Shades of Royal Blue #275CFF
Tints of Royal Blue #275CFF
RGB
CMYK
RGB Variations
Color information
#275CFF (or 0x275CFF) is known color: Royal Blue. HEX triplet: 27, 5C and FF. RGB value is (39,92,255). Sum of RGB (Red+Green+Blue) = 39+92+255=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #275CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CFF is #D8A300. Grayscale: #5E5E5E. Windows color (decimal): -14197505 or 16735271. OLE color: 16735271.
HSL color Cylindrical-coordinate representation of color #275CFF: hue angle of 225.28º 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 #275CFF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 92 | 255 | - |
| CMYK | 0.85 | 0.64 | 0 | 0 |
| HSL | 225.28º | 1% | 0.58% | - |
| HSV(B) | 225.28º | 0.85% | 1% | - |
| XYZ | 22.71 | 15.31 | 96.36 | - |
| YUV | 94.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 255 | 0.85 | 0.64 | 0 | 0 | 225.28 | 1 | 0.58 |
| Hex | 27 | 5C | FF | 55 | 40 | 0 | 0 | E1 | 64 | 3A |
| Octal | 47 | 134 | 377 | 125 | 100 | 0 | 0 | 341 | 144 | 72 |
| Binary | 100111 | 1011100 | 11111111 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111010 |
Color Harmonies of #275CFF
Complementary color
Monochromatic Colors of #275CFF
Black with #275CFF
Text Example
Text Example
White with #275CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CFF; }
p { color: rgb(39,92,255); }
H1.HeaderClassName
{
color: #275CFF;
}
.AnyTagClassName
{
color: #275CFF;
}
</style>
background-color css
<style>
a { background-color: #275CFF; }
a { background-color: rgb(39,92,255); }
div.DivClassName
{
background-color: #275CFF;
}
.BgClassName
{
background-color: #275CFF;
}
</style>
border-color css
<style>
span { border-color: #275CFF; }
span { border-color: rgb(39,92,255); }
td.TdClassName
{
border-color: #275CFF;
}
.TagClassName
{
border-color: #275CFF;
}
</style>