Shades of Royal Blue #274DE4
Tints of Royal Blue #274DE4
RGB
CMYK
RGB Variations
Color information
#274DE4 (or 0x274DE4) is known color: Royal Blue. HEX triplet: 27, 4D and E4. RGB value is (39,77,228). Sum of RGB (Red+Green+Blue) = 39+77+228=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 228 (89.45% from 255 or 66.28% from 344); Max value from RGB is 228 - color contains mainly: blue. Hex color #274DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DE4 is #D8B21B. Grayscale: #525252. Windows color (decimal): -14201372 or 14961959. OLE color: 14961959.
HSL color Cylindrical-coordinate representation of color #274DE4: hue angle of 227.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274DE4 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 77 | 228 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.11 |
| HSL | 227.94º | 0.78% | 0.52% | - |
| HSV(B) | 227.94º | 0.83% | 0.89% | - |
| XYZ | 17.49 | 11.34 | 74.67 | - |
| YUV | 82.85 | 209.91 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 228 | 0.83 | 0.66 | 0 | 0.11 | 227.94 | 0.78 | 0.52 |
| Hex | 27 | 4D | E4 | 53 | 42 | 0 | B | E4 | 4E | 34 |
| Octal | 47 | 115 | 344 | 123 | 102 | 0 | 13 | 344 | 116 | 64 |
| Binary | 100111 | 1001101 | 11100100 | 1010011 | 1000010 | 0 | 1011 | 11100100 | 1001110 | 110100 |
Color Harmonies of #274DE4
Complementary color
Monochromatic Colors of #274DE4
Black with #274DE4
Text Example
Text Example
White with #274DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DE4; }
p { color: rgb(39,77,228); }
H1.HeaderClassName
{
color: #274DE4;
}
.AnyTagClassName
{
color: #274DE4;
}
</style>
background-color css
<style>
a { background-color: #274DE4; }
a { background-color: rgb(39,77,228); }
div.DivClassName
{
background-color: #274DE4;
}
.BgClassName
{
background-color: #274DE4;
}
</style>
border-color css
<style>
span { border-color: #274DE4; }
span { border-color: rgb(39,77,228); }
td.TdClassName
{
border-color: #274DE4;
}
.TagClassName
{
border-color: #274DE4;
}
</style>