Shades of Royal Blue #275CDE
Tints of Royal Blue #275CDE
RGB
CMYK
RGB Variations
Color information
#275CDE (or 0x275CDE) is known color: Royal Blue. HEX triplet: 27, 5C and DE. RGB value is (39,92,222). Sum of RGB (Red+Green+Blue) = 39+92+222=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #275CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CDE is #D8A321. Grayscale: #5A5A5A. Windows color (decimal): -14197538 or 14572583. OLE color: 14572583.
HSL color Cylindrical-coordinate representation of color #275CDE: hue angle of 222.62º 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 #275CDE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 92 | 222 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.13 |
| HSL | 222.62º | 0.73% | 0.51% | - |
| HSV(B) | 222.62º | 0.82% | 0.87% | - |
| XYZ | 17.85 | 13.36 | 70.75 | - |
| YUV | 90.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 222 | 0.82 | 0.59 | 0 | 0.13 | 222.62 | 0.73 | 0.51 |
| Hex | 27 | 5C | DE | 52 | 3B | 0 | D | DF | 49 | 33 |
| Octal | 47 | 134 | 336 | 122 | 73 | 0 | 15 | 337 | 111 | 63 |
| Binary | 100111 | 1011100 | 11011110 | 1010010 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #275CDE
Complementary color
Monochromatic Colors of #275CDE
Black with #275CDE
Text Example
Text Example
White with #275CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CDE; }
p { color: rgb(39,92,222); }
H1.HeaderClassName
{
color: #275CDE;
}
.AnyTagClassName
{
color: #275CDE;
}
</style>
background-color css
<style>
a { background-color: #275CDE; }
a { background-color: rgb(39,92,222); }
div.DivClassName
{
background-color: #275CDE;
}
.BgClassName
{
background-color: #275CDE;
}
</style>
border-color css
<style>
span { border-color: #275CDE; }
span { border-color: rgb(39,92,222); }
td.TdClassName
{
border-color: #275CDE;
}
.TagClassName
{
border-color: #275CDE;
}
</style>