Shades of Royal Blue #275BFA
Tints of Royal Blue #275BFA
RGB
CMYK
RGB Variations
Color information
#275BFA (or 0x275BFA) is known color: Royal Blue. HEX triplet: 27, 5B and FA. RGB value is (39,91,250). Sum of RGB (Red+Green+Blue) = 39+91+250=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #275BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BFA is #D8A405. Grayscale: #5C5C5C. Windows color (decimal): -14197766 or 16407335. OLE color: 16407335.
HSL color Cylindrical-coordinate representation of color #275BFA: hue angle of 225.21º 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 #275BFA is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 91 | 250 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.02 |
| HSL | 225.21º | 0.95% | 0.57% | - |
| HSV(B) | 225.21º | 0.84% | 0.98% | - |
| XYZ | 21.83 | 14.82 | 92.15 | - |
| YUV | 93.58 | 216.27 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 250 | 0.84 | 0.64 | 0 | 0.02 | 225.21 | 0.95 | 0.57 |
| Hex | 27 | 5B | FA | 54 | 40 | 0 | 2 | E1 | 5F | 39 |
| Octal | 47 | 133 | 372 | 124 | 100 | 0 | 2 | 341 | 137 | 71 |
| Binary | 100111 | 1011011 | 11111010 | 1010100 | 1000000 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #275BFA
Complementary color
Monochromatic Colors of #275BFA
Black with #275BFA
Text Example
Text Example
White with #275BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BFA; }
p { color: rgb(39,91,250); }
H1.HeaderClassName
{
color: #275BFA;
}
.AnyTagClassName
{
color: #275BFA;
}
</style>
background-color css
<style>
a { background-color: #275BFA; }
a { background-color: rgb(39,91,250); }
div.DivClassName
{
background-color: #275BFA;
}
.BgClassName
{
background-color: #275BFA;
}
</style>
border-color css
<style>
span { border-color: #275BFA; }
span { border-color: rgb(39,91,250); }
td.TdClassName
{
border-color: #275BFA;
}
.TagClassName
{
border-color: #275BFA;
}
</style>