Shades of Royal Blue #275FF5
Tints of Royal Blue #275FF5
RGB
CMYK
RGB Variations
Color information
#275FF5 (or 0x275FF5) is known color: Royal Blue. HEX triplet: 27, 5F and F5. RGB value is (39,95,245). Sum of RGB (Red+Green+Blue) = 39+95+245=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #275FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FF5 is #D8A00A. Grayscale: #5E5E5E. Windows color (decimal): -14196747 or 16080679. OLE color: 16080679.
HSL color Cylindrical-coordinate representation of color #275FF5: hue angle of 223.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275FF5 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 95 | 245 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.04 |
| HSL | 223.69º | 0.91% | 0.56% | - |
| HSV(B) | 223.69º | 0.84% | 0.96% | - |
| XYZ | 21.41 | 15.21 | 88.19 | - |
| YUV | 95.36 | 212.45 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 245 | 0.84 | 0.61 | 0 | 0.04 | 223.69 | 0.91 | 0.56 |
| Hex | 27 | 5F | F5 | 54 | 3D | 0 | 4 | E0 | 5B | 38 |
| Octal | 47 | 137 | 365 | 124 | 75 | 0 | 4 | 340 | 133 | 70 |
| Binary | 100111 | 1011111 | 11110101 | 1010100 | 111101 | 0 | 100 | 11100000 | 1011011 | 111000 |
Color Harmonies of #275FF5
Complementary color
Monochromatic Colors of #275FF5
Black with #275FF5
Text Example
Text Example
White with #275FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FF5; }
p { color: rgb(39,95,245); }
H1.HeaderClassName
{
color: #275FF5;
}
.AnyTagClassName
{
color: #275FF5;
}
</style>
background-color css
<style>
a { background-color: #275FF5; }
a { background-color: rgb(39,95,245); }
div.DivClassName
{
background-color: #275FF5;
}
.BgClassName
{
background-color: #275FF5;
}
</style>
border-color css
<style>
span { border-color: #275FF5; }
span { border-color: rgb(39,95,245); }
td.TdClassName
{
border-color: #275FF5;
}
.TagClassName
{
border-color: #275FF5;
}
</style>