Shades of Royal Blue #275FFD
Tints of Royal Blue #275FFD
RGB
CMYK
RGB Variations
Color information
#275FFD (or 0x275FFD) is known color: Royal Blue. HEX triplet: 27, 5F and FD. RGB value is (39,95,253). Sum of RGB (Red+Green+Blue) = 39+95+253=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #275FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FFD is #D8A002. Grayscale: #5F5F5F. Windows color (decimal): -14196739 or 16604967. OLE color: 16604967.
HSL color Cylindrical-coordinate representation of color #275FFD: hue angle of 224.3º 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 #275FFD is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 95 | 253 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.01 |
| HSL | 224.3º | 0.98% | 0.57% | - |
| HSV(B) | 224.3º | 0.85% | 0.99% | - |
| XYZ | 22.66 | 15.71 | 94.77 | - |
| YUV | 96.27 | 216.45 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 253 | 0.85 | 0.62 | 0 | 0.01 | 224.3 | 0.98 | 0.57 |
| Hex | 27 | 5F | FD | 55 | 3E | 0 | 1 | E0 | 62 | 39 |
| Octal | 47 | 137 | 375 | 125 | 76 | 0 | 1 | 340 | 142 | 71 |
| Binary | 100111 | 1011111 | 11111101 | 1010101 | 111110 | 0 | 1 | 11100000 | 1100010 | 111001 |
Color Harmonies of #275FFD
Complementary color
Monochromatic Colors of #275FFD
Black with #275FFD
Text Example
Text Example
White with #275FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FFD; }
p { color: rgb(39,95,253); }
H1.HeaderClassName
{
color: #275FFD;
}
.AnyTagClassName
{
color: #275FFD;
}
</style>
background-color css
<style>
a { background-color: #275FFD; }
a { background-color: rgb(39,95,253); }
div.DivClassName
{
background-color: #275FFD;
}
.BgClassName
{
background-color: #275FFD;
}
</style>
border-color css
<style>
span { border-color: #275FFD; }
span { border-color: rgb(39,95,253); }
td.TdClassName
{
border-color: #275FFD;
}
.TagClassName
{
border-color: #275FFD;
}
</style>