Shades of Royal Blue #275BDF
Tints of Royal Blue #275BDF
RGB
CMYK
RGB Variations
Color information
#275BDF (or 0x275BDF) is known color: Royal Blue. HEX triplet: 27, 5B and DF. RGB value is (39,91,223). Sum of RGB (Red+Green+Blue) = 39+91+223=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #275BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDF is #D8A420. Grayscale: #595959. Windows color (decimal): -14197793 or 14637863. OLE color: 14637863.
HSL color Cylindrical-coordinate representation of color #275BDF: hue angle of 223.04º 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 #275BDF is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 91 | 223 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 223.04º | 0.74% | 0.51% | - |
| HSV(B) | 223.04º | 0.83% | 0.87% | - |
| XYZ | 17.9 | 13.24 | 71.42 | - |
| YUV | 90.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 223 | 0.83 | 0.59 | 0 | 0.13 | 223.04 | 0.74 | 0.51 |
| Hex | 27 | 5B | DF | 53 | 3B | 0 | D | DF | 4A | 33 |
| Octal | 47 | 133 | 337 | 123 | 73 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100111 | 1011011 | 11011111 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #275BDF
Complementary color
Monochromatic Colors of #275BDF
Black with #275BDF
Text Example
Text Example
White with #275BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BDF; }
p { color: rgb(39,91,223); }
H1.HeaderClassName
{
color: #275BDF;
}
.AnyTagClassName
{
color: #275BDF;
}
</style>
background-color css
<style>
a { background-color: #275BDF; }
a { background-color: rgb(39,91,223); }
div.DivClassName
{
background-color: #275BDF;
}
.BgClassName
{
background-color: #275BDF;
}
</style>
border-color css
<style>
span { border-color: #275BDF; }
span { border-color: rgb(39,91,223); }
td.TdClassName
{
border-color: #275BDF;
}
.TagClassName
{
border-color: #275BDF;
}
</style>