Shades of Royal Blue #275DEF
Tints of Royal Blue #275DEF
RGB
CMYK
RGB Variations
Color information
#275DEF (or 0x275DEF) is known color: Royal Blue. HEX triplet: 27, 5D and EF. RGB value is (39,93,239). Sum of RGB (Red+Green+Blue) = 39+93+239=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #275DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DEF is #D8A210. Grayscale: #5C5C5C. Windows color (decimal): -14197265 or 15686951. OLE color: 15686951.
HSL color Cylindrical-coordinate representation of color #275DEF: hue angle of 223.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275DEF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 93 | 239 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.06 |
| HSL | 223.8º | 0.86% | 0.55% | - |
| HSV(B) | 223.8º | 0.84% | 0.94% | - |
| XYZ | 20.33 | 14.49 | 83.39 | - |
| YUV | 93.5 | 210.11 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 239 | 0.84 | 0.61 | 0 | 0.06 | 223.8 | 0.86 | 0.55 |
| Hex | 27 | 5D | EF | 54 | 3D | 0 | 6 | E0 | 56 | 37 |
| Octal | 47 | 135 | 357 | 124 | 75 | 0 | 6 | 340 | 126 | 67 |
| Binary | 100111 | 1011101 | 11101111 | 1010100 | 111101 | 0 | 110 | 11100000 | 1010110 | 110111 |
Color Harmonies of #275DEF
Complementary color
Monochromatic Colors of #275DEF
Black with #275DEF
Text Example
Text Example
White with #275DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DEF; }
p { color: rgb(39,93,239); }
H1.HeaderClassName
{
color: #275DEF;
}
.AnyTagClassName
{
color: #275DEF;
}
</style>
background-color css
<style>
a { background-color: #275DEF; }
a { background-color: rgb(39,93,239); }
div.DivClassName
{
background-color: #275DEF;
}
.BgClassName
{
background-color: #275DEF;
}
</style>
border-color css
<style>
span { border-color: #275DEF; }
span { border-color: rgb(39,93,239); }
td.TdClassName
{
border-color: #275DEF;
}
.TagClassName
{
border-color: #275DEF;
}
</style>