Shades of Royal Blue #275BFD
Tints of Royal Blue #275BFD
RGB
CMYK
RGB Variations
Color information
#275BFD (or 0x275BFD) is known color: Royal Blue. HEX triplet: 27, 5B and FD. RGB value is (39,91,253). Sum of RGB (Red+Green+Blue) = 39+91+253=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #275BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BFD is #D8A402. Grayscale: #5D5D5D. Windows color (decimal): -14197763 or 16603943. OLE color: 16603943.
HSL color Cylindrical-coordinate representation of color #275BFD: hue angle of 225.42º degrees, saturation: 0.98, 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 #275BFD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 91 | 253 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.01 |
| HSL | 225.42º | 0.98% | 0.57% | - |
| HSV(B) | 225.42º | 0.85% | 0.99% | - |
| XYZ | 22.31 | 15.01 | 94.65 | - |
| YUV | 93.92 | 217.77 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 253 | 0.85 | 0.64 | 0 | 0.01 | 225.42 | 0.98 | 0.57 |
| Hex | 27 | 5B | FD | 55 | 40 | 0 | 1 | E1 | 62 | 39 |
| Octal | 47 | 133 | 375 | 125 | 100 | 0 | 1 | 341 | 142 | 71 |
| Binary | 100111 | 1011011 | 11111101 | 1010101 | 1000000 | 0 | 1 | 11100001 | 1100010 | 111001 |
Color Harmonies of #275BFD
Complementary color
Monochromatic Colors of #275BFD
Black with #275BFD
Text Example
Text Example
White with #275BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BFD; }
p { color: rgb(39,91,253); }
H1.HeaderClassName
{
color: #275BFD;
}
.AnyTagClassName
{
color: #275BFD;
}
</style>
background-color css
<style>
a { background-color: #275BFD; }
a { background-color: rgb(39,91,253); }
div.DivClassName
{
background-color: #275BFD;
}
.BgClassName
{
background-color: #275BFD;
}
</style>
border-color css
<style>
span { border-color: #275BFD; }
span { border-color: rgb(39,91,253); }
td.TdClassName
{
border-color: #275BFD;
}
.TagClassName
{
border-color: #275BFD;
}
</style>