Shades of Royal Blue #274CE7
Tints of Royal Blue #274CE7
RGB
CMYK
RGB Variations
Color information
#274CE7 (or 0x274CE7) is known color: Royal Blue. HEX triplet: 27, 4C and E7. RGB value is (39,76,231). Sum of RGB (Red+Green+Blue) = 39+76+231=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #274CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274CE7 is #D8B318. Grayscale: #515151. Windows color (decimal): -14201625 or 15158311. OLE color: 15158311.
HSL color Cylindrical-coordinate representation of color #274CE7: hue angle of 228.44º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274CE7 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 76 | 231 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.09 |
| HSL | 228.44º | 0.8% | 0.53% | - |
| HSV(B) | 228.44º | 0.83% | 0.91% | - |
| XYZ | 17.84 | 11.37 | 76.86 | - |
| YUV | 82.61 | 211.74 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 231 | 0.83 | 0.67 | 0 | 0.09 | 228.44 | 0.8 | 0.53 |
| Hex | 27 | 4C | E7 | 53 | 43 | 0 | 9 | E4 | 50 | 35 |
| Octal | 47 | 114 | 347 | 123 | 103 | 0 | 11 | 344 | 120 | 65 |
| Binary | 100111 | 1001100 | 11100111 | 1010011 | 1000011 | 0 | 1001 | 11100100 | 1010000 | 110101 |
Color Harmonies of #274CE7
Complementary color
Monochromatic Colors of #274CE7
Black with #274CE7
Text Example
Text Example
White with #274CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CE7; }
p { color: rgb(39,76,231); }
H1.HeaderClassName
{
color: #274CE7;
}
.AnyTagClassName
{
color: #274CE7;
}
</style>
background-color css
<style>
a { background-color: #274CE7; }
a { background-color: rgb(39,76,231); }
div.DivClassName
{
background-color: #274CE7;
}
.BgClassName
{
background-color: #274CE7;
}
</style>
border-color css
<style>
span { border-color: #274CE7; }
span { border-color: rgb(39,76,231); }
td.TdClassName
{
border-color: #274CE7;
}
.TagClassName
{
border-color: #274CE7;
}
</style>