Shades of Royal Blue #275CFC
Tints of Royal Blue #275CFC
RGB
CMYK
RGB Variations
Color information
#275CFC (or 0x275CFC) is known color: Royal Blue. HEX triplet: 27, 5C and FC. RGB value is (39,92,252). Sum of RGB (Red+Green+Blue) = 39+92+252=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #275CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CFC is #D8A303. Grayscale: #5D5D5D. Windows color (decimal): -14197508 or 16538663. OLE color: 16538663.
HSL color Cylindrical-coordinate representation of color #275CFC: hue angle of 225.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275CFC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 92 | 252 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.01 |
| HSL | 225.07º | 0.97% | 0.57% | - |
| HSV(B) | 225.07º | 0.85% | 0.99% | - |
| XYZ | 22.23 | 15.11 | 93.84 | - |
| YUV | 94.39 | 216.94 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 252 | 0.85 | 0.63 | 0 | 0.01 | 225.07 | 0.97 | 0.57 |
| Hex | 27 | 5C | FC | 55 | 3F | 0 | 1 | E1 | 61 | 39 |
| Octal | 47 | 134 | 374 | 125 | 77 | 0 | 1 | 341 | 141 | 71 |
| Binary | 100111 | 1011100 | 11111100 | 1010101 | 111111 | 0 | 1 | 11100001 | 1100001 | 111001 |
Color Harmonies of #275CFC
Complementary color
Monochromatic Colors of #275CFC
Black with #275CFC
Text Example
Text Example
White with #275CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CFC; }
p { color: rgb(39,92,252); }
H1.HeaderClassName
{
color: #275CFC;
}
.AnyTagClassName
{
color: #275CFC;
}
</style>
background-color css
<style>
a { background-color: #275CFC; }
a { background-color: rgb(39,92,252); }
div.DivClassName
{
background-color: #275CFC;
}
.BgClassName
{
background-color: #275CFC;
}
</style>
border-color css
<style>
span { border-color: #275CFC; }
span { border-color: rgb(39,92,252); }
td.TdClassName
{
border-color: #275CFC;
}
.TagClassName
{
border-color: #275CFC;
}
</style>