Shades of Royal Blue #275DDD
Tints of Royal Blue #275DDD
RGB
CMYK
RGB Variations
Color information
#275DDD (or 0x275DDD) is known color: Royal Blue. HEX triplet: 27, 5D and DD. RGB value is (39,93,221). Sum of RGB (Red+Green+Blue) = 39+93+221=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #275DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DDD is #D8A222. Grayscale: #5A5A5A. Windows color (decimal): -14197283 or 14507303. OLE color: 14507303.
HSL color Cylindrical-coordinate representation of color #275DDD: hue angle of 222.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275DDD is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 93 | 221 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.13 |
| HSL | 222.2º | 0.73% | 0.51% | - |
| HSV(B) | 222.2º | 0.82% | 0.87% | - |
| XYZ | 17.8 | 13.48 | 70.07 | - |
| YUV | 91.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 221 | 0.82 | 0.58 | 0 | 0.13 | 222.2 | 0.73 | 0.51 |
| Hex | 27 | 5D | DD | 52 | 3A | 0 | D | DE | 49 | 33 |
| Octal | 47 | 135 | 335 | 122 | 72 | 0 | 15 | 336 | 111 | 63 |
| Binary | 100111 | 1011101 | 11011101 | 1010010 | 111010 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #275DDD
Complementary color
Monochromatic Colors of #275DDD
Black with #275DDD
Text Example
Text Example
White with #275DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DDD; }
p { color: rgb(39,93,221); }
H1.HeaderClassName
{
color: #275DDD;
}
.AnyTagClassName
{
color: #275DDD;
}
</style>
background-color css
<style>
a { background-color: #275DDD; }
a { background-color: rgb(39,93,221); }
div.DivClassName
{
background-color: #275DDD;
}
.BgClassName
{
background-color: #275DDD;
}
</style>
border-color css
<style>
span { border-color: #275DDD; }
span { border-color: rgb(39,93,221); }
td.TdClassName
{
border-color: #275DDD;
}
.TagClassName
{
border-color: #275DDD;
}
</style>