Shades of Royal Blue #274DED
Tints of Royal Blue #274DED
RGB
CMYK
RGB Variations
Color information
#274DED (or 0x274DED) is known color: Royal Blue. HEX triplet: 27, 4D and ED. RGB value is (39,77,237). Sum of RGB (Red+Green+Blue) = 39+77+237=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #274DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DED is #D8B212. Grayscale: #535353. Windows color (decimal): -14201363 or 15551783. OLE color: 15551783.
HSL color Cylindrical-coordinate representation of color #274DED: hue angle of 228.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274DED is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 77 | 237 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 228.48º | 0.85% | 0.54% | - |
| HSV(B) | 228.48º | 0.84% | 0.93% | - |
| XYZ | 18.78 | 11.85 | 81.42 | - |
| YUV | 83.88 | 214.41 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 237 | 0.84 | 0.68 | 0 | 0.07 | 228.48 | 0.85 | 0.54 |
| Hex | 27 | 4D | ED | 54 | 44 | 0 | 7 | E4 | 55 | 36 |
| Octal | 47 | 115 | 355 | 124 | 104 | 0 | 7 | 344 | 125 | 66 |
| Binary | 100111 | 1001101 | 11101101 | 1010100 | 1000100 | 0 | 111 | 11100100 | 1010101 | 110110 |
Color Harmonies of #274DED
Complementary color
Monochromatic Colors of #274DED
Black with #274DED
Text Example
Text Example
White with #274DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DED; }
p { color: rgb(39,77,237); }
H1.HeaderClassName
{
color: #274DED;
}
.AnyTagClassName
{
color: #274DED;
}
</style>
background-color css
<style>
a { background-color: #274DED; }
a { background-color: rgb(39,77,237); }
div.DivClassName
{
background-color: #274DED;
}
.BgClassName
{
background-color: #274DED;
}
</style>
border-color css
<style>
span { border-color: #274DED; }
span { border-color: rgb(39,77,237); }
td.TdClassName
{
border-color: #274DED;
}
.TagClassName
{
border-color: #274DED;
}
</style>