Shades of Royal Blue #275BFB
Tints of Royal Blue #275BFB
RGB
CMYK
RGB Variations
Color information
#275BFB (or 0x275BFB) is known color: Royal Blue. HEX triplet: 27, 5B and FB. RGB value is (39,91,251). Sum of RGB (Red+Green+Blue) = 39+91+251=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #275BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BFB is #D8A404. Grayscale: #5D5D5D. Windows color (decimal): -14197765 or 16472871. OLE color: 16472871.
HSL color Cylindrical-coordinate representation of color #275BFB: hue angle of 225.28º degrees, saturation: 0.96, 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 #275BFB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 91 | 251 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.02 |
| HSL | 225.28º | 0.96% | 0.57% | - |
| HSV(B) | 225.28º | 0.84% | 0.98% | - |
| XYZ | 21.99 | 14.88 | 92.98 | - |
| YUV | 93.69 | 216.77 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 251 | 0.84 | 0.64 | 0 | 0.02 | 225.28 | 0.96 | 0.57 |
| Hex | 27 | 5B | FB | 54 | 40 | 0 | 2 | E1 | 60 | 39 |
| Octal | 47 | 133 | 373 | 124 | 100 | 0 | 2 | 341 | 140 | 71 |
| Binary | 100111 | 1011011 | 11111011 | 1010100 | 1000000 | 0 | 10 | 11100001 | 1100000 | 111001 |
Color Harmonies of #275BFB
Complementary color
Monochromatic Colors of #275BFB
Black with #275BFB
Text Example
Text Example
White with #275BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BFB; }
p { color: rgb(39,91,251); }
H1.HeaderClassName
{
color: #275BFB;
}
.AnyTagClassName
{
color: #275BFB;
}
</style>
background-color css
<style>
a { background-color: #275BFB; }
a { background-color: rgb(39,91,251); }
div.DivClassName
{
background-color: #275BFB;
}
.BgClassName
{
background-color: #275BFB;
}
</style>
border-color css
<style>
span { border-color: #275BFB; }
span { border-color: rgb(39,91,251); }
td.TdClassName
{
border-color: #275BFB;
}
.TagClassName
{
border-color: #275BFB;
}
</style>