Shades of Royal Blue #274DEC
Tints of Royal Blue #274DEC
RGB
CMYK
RGB Variations
Color information
#274DEC (or 0x274DEC) is known color: Royal Blue. HEX triplet: 27, 4D and EC. RGB value is (39,77,236). Sum of RGB (Red+Green+Blue) = 39+77+236=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #274DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DEC is #D8B213. Grayscale: #535353. Windows color (decimal): -14201364 or 15486247. OLE color: 15486247.
HSL color Cylindrical-coordinate representation of color #274DEC: hue angle of 228.43º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274DEC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 77 | 236 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.43º | 0.84% | 0.54% | - |
| HSV(B) | 228.43º | 0.83% | 0.93% | - |
| XYZ | 18.63 | 11.8 | 80.65 | - |
| YUV | 83.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 236 | 0.83 | 0.67 | 0 | 0.07 | 228.43 | 0.84 | 0.54 |
| Hex | 27 | 4D | EC | 53 | 43 | 0 | 7 | E4 | 54 | 36 |
| Octal | 47 | 115 | 354 | 123 | 103 | 0 | 7 | 344 | 124 | 66 |
| Binary | 100111 | 1001101 | 11101100 | 1010011 | 1000011 | 0 | 111 | 11100100 | 1010100 | 110110 |
Color Harmonies of #274DEC
Complementary color
Monochromatic Colors of #274DEC
Black with #274DEC
Text Example
Text Example
White with #274DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DEC; }
p { color: rgb(39,77,236); }
H1.HeaderClassName
{
color: #274DEC;
}
.AnyTagClassName
{
color: #274DEC;
}
</style>
background-color css
<style>
a { background-color: #274DEC; }
a { background-color: rgb(39,77,236); }
div.DivClassName
{
background-color: #274DEC;
}
.BgClassName
{
background-color: #274DEC;
}
</style>
border-color css
<style>
span { border-color: #274DEC; }
span { border-color: rgb(39,77,236); }
td.TdClassName
{
border-color: #274DEC;
}
.TagClassName
{
border-color: #274DEC;
}
</style>