Shades of Royal Blue #275ADD
Tints of Royal Blue #275ADD
RGB
CMYK
RGB Variations
Color information
#275ADD (or 0x275ADD) is known color: Royal Blue. HEX triplet: 27, 5A and DD. RGB value is (39,90,221). Sum of RGB (Red+Green+Blue) = 39+90+221=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #275ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ADD is #D8A522. Grayscale: #595959. Windows color (decimal): -14198051 or 14506535. OLE color: 14506535.
HSL color Cylindrical-coordinate representation of color #275ADD: hue angle of 223.19º 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 #275ADD is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 90 | 221 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.13 |
| HSL | 223.19º | 0.73% | 0.51% | - |
| HSV(B) | 223.19º | 0.82% | 0.87% | - |
| XYZ | 17.54 | 12.96 | 69.98 | - |
| YUV | 89.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 221 | 0.82 | 0.59 | 0 | 0.13 | 223.19 | 0.73 | 0.51 |
| Hex | 27 | 5A | DD | 52 | 3B | 0 | D | DF | 49 | 33 |
| Octal | 47 | 132 | 335 | 122 | 73 | 0 | 15 | 337 | 111 | 63 |
| Binary | 100111 | 1011010 | 11011101 | 1010010 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #275ADD
Complementary color
Monochromatic Colors of #275ADD
Black with #275ADD
Text Example
Text Example
White with #275ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ADD; }
p { color: rgb(39,90,221); }
H1.HeaderClassName
{
color: #275ADD;
}
.AnyTagClassName
{
color: #275ADD;
}
</style>
background-color css
<style>
a { background-color: #275ADD; }
a { background-color: rgb(39,90,221); }
div.DivClassName
{
background-color: #275ADD;
}
.BgClassName
{
background-color: #275ADD;
}
</style>
border-color css
<style>
span { border-color: #275ADD; }
span { border-color: rgb(39,90,221); }
td.TdClassName
{
border-color: #275ADD;
}
.TagClassName
{
border-color: #275ADD;
}
</style>