Shades of Royal Blue #275CFA
Tints of Royal Blue #275CFA
RGB
CMYK
RGB Variations
Color information
#275CFA (or 0x275CFA) is known color: Royal Blue. HEX triplet: 27, 5C and FA. RGB value is (39,92,250). Sum of RGB (Red+Green+Blue) = 39+92+250=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #275CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CFA is #D8A305. Grayscale: #5D5D5D. Windows color (decimal): -14197510 or 16407591. OLE color: 16407591.
HSL color Cylindrical-coordinate representation of color #275CFA: hue angle of 224.93º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CFA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 92 | 250 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.02 |
| HSL | 224.93º | 0.95% | 0.57% | - |
| HSV(B) | 224.93º | 0.84% | 0.98% | - |
| XYZ | 21.92 | 14.99 | 92.18 | - |
| YUV | 94.17 | 215.94 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 250 | 0.84 | 0.63 | 0 | 0.02 | 224.93 | 0.95 | 0.57 |
| Hex | 27 | 5C | FA | 54 | 3F | 0 | 2 | E1 | 5F | 39 |
| Octal | 47 | 134 | 372 | 124 | 77 | 0 | 2 | 341 | 137 | 71 |
| Binary | 100111 | 1011100 | 11111010 | 1010100 | 111111 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #275CFA
Complementary color
Monochromatic Colors of #275CFA
Black with #275CFA
Text Example
Text Example
White with #275CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CFA; }
p { color: rgb(39,92,250); }
H1.HeaderClassName
{
color: #275CFA;
}
.AnyTagClassName
{
color: #275CFA;
}
</style>
background-color css
<style>
a { background-color: #275CFA; }
a { background-color: rgb(39,92,250); }
div.DivClassName
{
background-color: #275CFA;
}
.BgClassName
{
background-color: #275CFA;
}
</style>
border-color css
<style>
span { border-color: #275CFA; }
span { border-color: rgb(39,92,250); }
td.TdClassName
{
border-color: #275CFA;
}
.TagClassName
{
border-color: #275CFA;
}
</style>