Shades of Royal Blue #234EEA
Tints of Royal Blue #234EEA
RGB
CMYK
RGB Variations
Color information
#234EEA (or 0x234EEA) is known color: Royal Blue. HEX triplet: 23, 4E and EA. RGB value is (35,78,234). Sum of RGB (Red+Green+Blue) = 35+78+234=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #234EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234EEA is #DCB115. Grayscale: #525252. Windows color (decimal): -14463254 or 15355427. OLE color: 15355427.
HSL color Cylindrical-coordinate representation of color #234EEA: hue angle of 227.04º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234EEA is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 78 | 234 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.08 |
| HSL | 227.04º | 0.83% | 0.53% | - |
| HSV(B) | 227.04º | 0.85% | 0.92% | - |
| XYZ | 18.27 | 11.75 | 79.15 | - |
| YUV | 82.93 | 213.25 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 234 | 0.85 | 0.67 | 0 | 0.08 | 227.04 | 0.83 | 0.53 |
| Hex | 23 | 4E | EA | 55 | 43 | 0 | 8 | E3 | 53 | 35 |
| Octal | 43 | 116 | 352 | 125 | 103 | 0 | 10 | 343 | 123 | 65 |
| Binary | 100011 | 1001110 | 11101010 | 1010101 | 1000011 | 0 | 1000 | 11100011 | 1010011 | 110101 |
Color Harmonies of #234EEA
Complementary color
Monochromatic Colors of #234EEA
Black with #234EEA
Text Example
Text Example
White with #234EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EEA; }
p { color: rgb(35,78,234); }
H1.HeaderClassName
{
color: #234EEA;
}
.AnyTagClassName
{
color: #234EEA;
}
</style>
background-color css
<style>
a { background-color: #234EEA; }
a { background-color: rgb(35,78,234); }
div.DivClassName
{
background-color: #234EEA;
}
.BgClassName
{
background-color: #234EEA;
}
</style>
border-color css
<style>
span { border-color: #234EEA; }
span { border-color: rgb(35,78,234); }
td.TdClassName
{
border-color: #234EEA;
}
.TagClassName
{
border-color: #234EEA;
}
</style>