Shades of Royal Blue #275FDE
Tints of Royal Blue #275FDE
RGB
CMYK
RGB Variations
Color information
#275FDE (or 0x275FDE) is known color: Royal Blue. HEX triplet: 27, 5F and DE. RGB value is (39,95,222). Sum of RGB (Red+Green+Blue) = 39+95+222=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #275FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FDE is #D8A021. Grayscale: #5C5C5C. Windows color (decimal): -14196770 or 14573351. OLE color: 14573351.
HSL color Cylindrical-coordinate representation of color #275FDE: hue angle of 221.64º 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 #275FDE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 95 | 222 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.13 |
| HSL | 221.64º | 0.73% | 0.51% | - |
| HSV(B) | 221.64º | 0.82% | 0.87% | - |
| XYZ | 18.11 | 13.89 | 70.83 | - |
| YUV | 92.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 222 | 0.82 | 0.57 | 0 | 0.13 | 221.64 | 0.73 | 0.51 |
| Hex | 27 | 5F | DE | 52 | 39 | 0 | D | DE | 49 | 33 |
| Octal | 47 | 137 | 336 | 122 | 71 | 0 | 15 | 336 | 111 | 63 |
| Binary | 100111 | 1011111 | 11011110 | 1010010 | 111001 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #275FDE
Complementary color
Monochromatic Colors of #275FDE
Black with #275FDE
Text Example
Text Example
White with #275FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FDE; }
p { color: rgb(39,95,222); }
H1.HeaderClassName
{
color: #275FDE;
}
.AnyTagClassName
{
color: #275FDE;
}
</style>
background-color css
<style>
a { background-color: #275FDE; }
a { background-color: rgb(39,95,222); }
div.DivClassName
{
background-color: #275FDE;
}
.BgClassName
{
background-color: #275FDE;
}
</style>
border-color css
<style>
span { border-color: #275FDE; }
span { border-color: rgb(39,95,222); }
td.TdClassName
{
border-color: #275FDE;
}
.TagClassName
{
border-color: #275FDE;
}
</style>