Shades of Royal Blue #275BDB
Tints of Royal Blue #275BDB
RGB
CMYK
RGB Variations
Color information
#275BDB (or 0x275BDB) is known color: Royal Blue. HEX triplet: 27, 5B and DB. RGB value is (39,91,219). Sum of RGB (Red+Green+Blue) = 39+91+219=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #275BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDB is #D8A424. Grayscale: #595959. Windows color (decimal): -14197797 or 14375719. OLE color: 14375719.
HSL color Cylindrical-coordinate representation of color #275BDB: hue angle of 222.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275BDB is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 91 | 219 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.14 |
| HSL | 222.67º | 0.71% | 0.51% | - |
| HSV(B) | 222.67º | 0.82% | 0.86% | - |
| XYZ | 17.36 | 13.03 | 68.62 | - |
| YUV | 90.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 219 | 0.82 | 0.58 | 0 | 0.14 | 222.67 | 0.71 | 0.51 |
| Hex | 27 | 5B | DB | 52 | 3A | 0 | E | DF | 47 | 33 |
| Octal | 47 | 133 | 333 | 122 | 72 | 0 | 16 | 337 | 107 | 63 |
| Binary | 100111 | 1011011 | 11011011 | 1010010 | 111010 | 0 | 1110 | 11011111 | 1000111 | 110011 |
Color Harmonies of #275BDB
Complementary color
Monochromatic Colors of #275BDB
Black with #275BDB
Text Example
Text Example
White with #275BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BDB; }
p { color: rgb(39,91,219); }
H1.HeaderClassName
{
color: #275BDB;
}
.AnyTagClassName
{
color: #275BDB;
}
</style>
background-color css
<style>
a { background-color: #275BDB; }
a { background-color: rgb(39,91,219); }
div.DivClassName
{
background-color: #275BDB;
}
.BgClassName
{
background-color: #275BDB;
}
</style>
border-color css
<style>
span { border-color: #275BDB; }
span { border-color: rgb(39,91,219); }
td.TdClassName
{
border-color: #275BDB;
}
.TagClassName
{
border-color: #275BDB;
}
</style>