Shades of Royal Blue #275CF1
Tints of Royal Blue #275CF1
RGB
CMYK
RGB Variations
Color information
#275CF1 (or 0x275CF1) is known color: Royal Blue. HEX triplet: 27, 5C and F1. RGB value is (39,92,241). Sum of RGB (Red+Green+Blue) = 39+92+241=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #275CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CF1 is #D8A30E. Grayscale: #5C5C5C. Windows color (decimal): -14197519 or 15817767. OLE color: 15817767.
HSL color Cylindrical-coordinate representation of color #275CF1: hue angle of 224.26º 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 #275CF1 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 92 | 241 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.26º | 0.88% | 0.55% | - |
| HSV(B) | 224.26º | 0.84% | 0.95% | - |
| XYZ | 20.54 | 14.44 | 84.92 | - |
| YUV | 93.14 | 211.44 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 241 | 0.84 | 0.62 | 0 | 0.05 | 224.26 | 0.88 | 0.55 |
| Hex | 27 | 5C | F1 | 54 | 3E | 0 | 5 | E0 | 58 | 37 |
| Octal | 47 | 134 | 361 | 124 | 76 | 0 | 5 | 340 | 130 | 67 |
| Binary | 100111 | 1011100 | 11110001 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011000 | 110111 |
Color Harmonies of #275CF1
Complementary color
Monochromatic Colors of #275CF1
Black with #275CF1
Text Example
Text Example
White with #275CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CF1; }
p { color: rgb(39,92,241); }
H1.HeaderClassName
{
color: #275CF1;
}
.AnyTagClassName
{
color: #275CF1;
}
</style>
background-color css
<style>
a { background-color: #275CF1; }
a { background-color: rgb(39,92,241); }
div.DivClassName
{
background-color: #275CF1;
}
.BgClassName
{
background-color: #275CF1;
}
</style>
border-color css
<style>
span { border-color: #275CF1; }
span { border-color: rgb(39,92,241); }
td.TdClassName
{
border-color: #275CF1;
}
.TagClassName
{
border-color: #275CF1;
}
</style>