Shades of Royal Blue #234CEE
Tints of Royal Blue #234CEE
RGB
CMYK
RGB Variations
Color information
#234CEE (or 0x234CEE) is known color: Royal Blue. HEX triplet: 23, 4C and EE. RGB value is (35,76,238). Sum of RGB (Red+Green+Blue) = 35+76+238=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #234CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CEE is #DCB311. Grayscale: #515151. Windows color (decimal): -14463762 or 15617059. OLE color: 15617059.
HSL color Cylindrical-coordinate representation of color #234CEE: hue angle of 227.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234CEE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 76 | 238 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.07 |
| HSL | 227.88º | 0.86% | 0.54% | - |
| HSV(B) | 227.88º | 0.85% | 0.93% | - |
| XYZ | 18.71 | 11.7 | 82.16 | - |
| YUV | 82.21 | 215.92 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 238 | 0.85 | 0.68 | 0 | 0.07 | 227.88 | 0.86 | 0.54 |
| Hex | 23 | 4C | EE | 55 | 44 | 0 | 7 | E4 | 56 | 36 |
| Octal | 43 | 114 | 356 | 125 | 104 | 0 | 7 | 344 | 126 | 66 |
| Binary | 100011 | 1001100 | 11101110 | 1010101 | 1000100 | 0 | 111 | 11100100 | 1010110 | 110110 |
Color Harmonies of #234CEE
Complementary color
Monochromatic Colors of #234CEE
Black with #234CEE
Text Example
Text Example
White with #234CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CEE; }
p { color: rgb(35,76,238); }
H1.HeaderClassName
{
color: #234CEE;
}
.AnyTagClassName
{
color: #234CEE;
}
</style>
background-color css
<style>
a { background-color: #234CEE; }
a { background-color: rgb(35,76,238); }
div.DivClassName
{
background-color: #234CEE;
}
.BgClassName
{
background-color: #234CEE;
}
</style>
border-color css
<style>
span { border-color: #234CEE; }
span { border-color: rgb(35,76,238); }
td.TdClassName
{
border-color: #234CEE;
}
.TagClassName
{
border-color: #234CEE;
}
</style>