Shades of Royal Blue #274CE6
Tints of Royal Blue #274CE6
RGB
CMYK
RGB Variations
Color information
#274CE6 (or 0x274CE6) is known color: Royal Blue. HEX triplet: 27, 4C and E6. RGB value is (39,76,230). Sum of RGB (Red+Green+Blue) = 39+76+230=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #274CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274CE6 is #D8B319. Grayscale: #515151. Windows color (decimal): -14201626 or 15092775. OLE color: 15092775.
HSL color Cylindrical-coordinate representation of color #274CE6: hue angle of 228.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274CE6 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 76 | 230 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.10 |
| HSL | 228.38º | 0.79% | 0.53% | - |
| HSV(B) | 228.38º | 0.83% | 0.9% | - |
| XYZ | 17.7 | 11.31 | 76.11 | - |
| YUV | 82.49 | 211.24 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 230 | 0.83 | 0.67 | 0 | 0.10 | 228.38 | 0.79 | 0.53 |
| Hex | 27 | 4C | E6 | 53 | 43 | 0 | A | E4 | 4F | 35 |
| Octal | 47 | 114 | 346 | 123 | 103 | 0 | 12 | 344 | 117 | 65 |
| Binary | 100111 | 1001100 | 11100110 | 1010011 | 1000011 | 0 | 1010 | 11100100 | 1001111 | 110101 |
Color Harmonies of #274CE6
Complementary color
Monochromatic Colors of #274CE6
Black with #274CE6
Text Example
Text Example
White with #274CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CE6; }
p { color: rgb(39,76,230); }
H1.HeaderClassName
{
color: #274CE6;
}
.AnyTagClassName
{
color: #274CE6;
}
</style>
background-color css
<style>
a { background-color: #274CE6; }
a { background-color: rgb(39,76,230); }
div.DivClassName
{
background-color: #274CE6;
}
.BgClassName
{
background-color: #274CE6;
}
</style>
border-color css
<style>
span { border-color: #274CE6; }
span { border-color: rgb(39,76,230); }
td.TdClassName
{
border-color: #274CE6;
}
.TagClassName
{
border-color: #274CE6;
}
</style>