Shades of Royal Blue #275EDA
Tints of Royal Blue #275EDA
RGB
CMYK
RGB Variations
Color information
#275EDA (or 0x275EDA) is known color: Royal Blue. HEX triplet: 27, 5E and DA. RGB value is (39,94,218). Sum of RGB (Red+Green+Blue) = 39+94+218=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #275EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EDA is #D8A125. Grayscale: #5B5B5B. Windows color (decimal): -14197030 or 14310951. OLE color: 14310951.
HSL color Cylindrical-coordinate representation of color #275EDA: hue angle of 221.56º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275EDA is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 94 | 218 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.15 |
| HSL | 221.56º | 0.71% | 0.5% | - |
| HSV(B) | 221.56º | 0.82% | 0.85% | - |
| XYZ | 17.49 | 13.5 | 68.01 | - |
| YUV | 91.69 | 199.28 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 218 | 0.82 | 0.57 | 0 | 0.15 | 221.56 | 0.71 | 0.5 |
| Hex | 27 | 5E | DA | 52 | 39 | 0 | F | DE | 47 | 32 |
| Octal | 47 | 136 | 332 | 122 | 71 | 0 | 17 | 336 | 107 | 62 |
| Binary | 100111 | 1011110 | 11011010 | 1010010 | 111001 | 0 | 1111 | 11011110 | 1000111 | 110010 |
Color Harmonies of #275EDA
Complementary color
Monochromatic Colors of #275EDA
Black with #275EDA
Text Example
Text Example
White with #275EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EDA; }
p { color: rgb(39,94,218); }
H1.HeaderClassName
{
color: #275EDA;
}
.AnyTagClassName
{
color: #275EDA;
}
</style>
background-color css
<style>
a { background-color: #275EDA; }
a { background-color: rgb(39,94,218); }
div.DivClassName
{
background-color: #275EDA;
}
.BgClassName
{
background-color: #275EDA;
}
</style>
border-color css
<style>
span { border-color: #275EDA; }
span { border-color: rgb(39,94,218); }
td.TdClassName
{
border-color: #275EDA;
}
.TagClassName
{
border-color: #275EDA;
}
</style>