Shades of Royal Blue #275ADF
Tints of Royal Blue #275ADF
RGB
CMYK
RGB Variations
Color information
#275ADF (or 0x275ADF) is known color: Royal Blue. HEX triplet: 27, 5A and DF. RGB value is (39,90,223). Sum of RGB (Red+Green+Blue) = 39+90+223=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #275ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ADF is #D8A520. Grayscale: #595959. Windows color (decimal): -14198049 or 14637607. OLE color: 14637607.
HSL color Cylindrical-coordinate representation of color #275ADF: hue angle of 223.37º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275ADF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 90 | 223 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 223.37º | 0.74% | 0.51% | - |
| HSV(B) | 223.37º | 0.83% | 0.87% | - |
| XYZ | 17.81 | 13.07 | 71.4 | - |
| YUV | 89.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 223 | 0.83 | 0.60 | 0 | 0.13 | 223.37 | 0.74 | 0.51 |
| Hex | 27 | 5A | DF | 53 | 3C | 0 | D | DF | 4A | 33 |
| Octal | 47 | 132 | 337 | 123 | 74 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100111 | 1011010 | 11011111 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #275ADF
Complementary color
Monochromatic Colors of #275ADF
Black with #275ADF
Text Example
Text Example
White with #275ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ADF; }
p { color: rgb(39,90,223); }
H1.HeaderClassName
{
color: #275ADF;
}
.AnyTagClassName
{
color: #275ADF;
}
</style>
background-color css
<style>
a { background-color: #275ADF; }
a { background-color: rgb(39,90,223); }
div.DivClassName
{
background-color: #275ADF;
}
.BgClassName
{
background-color: #275ADF;
}
</style>
border-color css
<style>
span { border-color: #275ADF; }
span { border-color: rgb(39,90,223); }
td.TdClassName
{
border-color: #275ADF;
}
.TagClassName
{
border-color: #275ADF;
}
</style>