Shades of Royal Blue #275DF1
Tints of Royal Blue #275DF1
RGB
CMYK
RGB Variations
Color information
#275DF1 (or 0x275DF1) is known color: Royal Blue. HEX triplet: 27, 5D and F1. RGB value is (39,93,241). Sum of RGB (Red+Green+Blue) = 39+93+241=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #275DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DF1 is #D8A20E. Grayscale: #5D5D5D. Windows color (decimal): -14197263 or 15818023. OLE color: 15818023.
HSL color Cylindrical-coordinate representation of color #275DF1: hue angle of 223.96º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275DF1 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 93 | 241 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.05 |
| HSL | 223.96º | 0.88% | 0.55% | - |
| HSV(B) | 223.96º | 0.84% | 0.95% | - |
| XYZ | 20.63 | 14.61 | 84.95 | - |
| YUV | 93.73 | 211.11 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 241 | 0.84 | 0.61 | 0 | 0.05 | 223.96 | 0.88 | 0.55 |
| Hex | 27 | 5D | F1 | 54 | 3D | 0 | 5 | E0 | 58 | 37 |
| Octal | 47 | 135 | 361 | 124 | 75 | 0 | 5 | 340 | 130 | 67 |
| Binary | 100111 | 1011101 | 11110001 | 1010100 | 111101 | 0 | 101 | 11100000 | 1011000 | 110111 |
Color Harmonies of #275DF1
Complementary color
Monochromatic Colors of #275DF1
Black with #275DF1
Text Example
Text Example
White with #275DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DF1; }
p { color: rgb(39,93,241); }
H1.HeaderClassName
{
color: #275DF1;
}
.AnyTagClassName
{
color: #275DF1;
}
</style>
background-color css
<style>
a { background-color: #275DF1; }
a { background-color: rgb(39,93,241); }
div.DivClassName
{
background-color: #275DF1;
}
.BgClassName
{
background-color: #275DF1;
}
</style>
border-color css
<style>
span { border-color: #275DF1; }
span { border-color: rgb(39,93,241); }
td.TdClassName
{
border-color: #275DF1;
}
.TagClassName
{
border-color: #275DF1;
}
</style>