Shades of Royal Blue #275BDC
Tints of Royal Blue #275BDC
RGB
CMYK
RGB Variations
Color information
#275BDC (or 0x275BDC) is known color: Royal Blue. HEX triplet: 27, 5B and DC. RGB value is (39,91,220). Sum of RGB (Red+Green+Blue) = 39+91+220=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #275BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDC is #D8A423. Grayscale: #595959. Windows color (decimal): -14197796 or 14441255. OLE color: 14441255.
HSL color Cylindrical-coordinate representation of color #275BDC: hue angle of 222.76º degrees, saturation: 0.72, 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 #275BDC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 91 | 220 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.14 |
| HSL | 222.76º | 0.72% | 0.51% | - |
| HSV(B) | 222.76º | 0.82% | 0.86% | - |
| XYZ | 17.5 | 13.08 | 69.31 | - |
| YUV | 90.16 | 201.27 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 220 | 0.82 | 0.59 | 0 | 0.14 | 222.76 | 0.72 | 0.51 |
| Hex | 27 | 5B | DC | 52 | 3B | 0 | E | DF | 48 | 33 |
| Octal | 47 | 133 | 334 | 122 | 73 | 0 | 16 | 337 | 110 | 63 |
| Binary | 100111 | 1011011 | 11011100 | 1010010 | 111011 | 0 | 1110 | 11011111 | 1001000 | 110011 |
Color Harmonies of #275BDC
Complementary color
Monochromatic Colors of #275BDC
Black with #275BDC
Text Example
Text Example
White with #275BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BDC; }
p { color: rgb(39,91,220); }
H1.HeaderClassName
{
color: #275BDC;
}
.AnyTagClassName
{
color: #275BDC;
}
</style>
background-color css
<style>
a { background-color: #275BDC; }
a { background-color: rgb(39,91,220); }
div.DivClassName
{
background-color: #275BDC;
}
.BgClassName
{
background-color: #275BDC;
}
</style>
border-color css
<style>
span { border-color: #275BDC; }
span { border-color: rgb(39,91,220); }
td.TdClassName
{
border-color: #275BDC;
}
.TagClassName
{
border-color: #275BDC;
}
</style>