Shades of Royal Blue #234CE7
Tints of Royal Blue #234CE7
RGB
CMYK
RGB Variations
Color information
#234CE7 (or 0x234CE7) is known color: Royal Blue. HEX triplet: 23, 4C and E7. RGB value is (35,76,231). Sum of RGB (Red+Green+Blue) = 35+76+231=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #234CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CE7 is #DCB318. Grayscale: #505050. Windows color (decimal): -14463769 or 15158307. OLE color: 15158307.
HSL color Cylindrical-coordinate representation of color #234CE7: hue angle of 227.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234CE7 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 76 | 231 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.09 |
| HSL | 227.45º | 0.8% | 0.52% | - |
| HSV(B) | 227.45º | 0.85% | 0.91% | - |
| XYZ | 17.7 | 11.3 | 76.85 | - |
| YUV | 81.41 | 212.42 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 231 | 0.85 | 0.67 | 0 | 0.09 | 227.45 | 0.8 | 0.52 |
| Hex | 23 | 4C | E7 | 55 | 43 | 0 | 9 | E3 | 50 | 34 |
| Octal | 43 | 114 | 347 | 125 | 103 | 0 | 11 | 343 | 120 | 64 |
| Binary | 100011 | 1001100 | 11100111 | 1010101 | 1000011 | 0 | 1001 | 11100011 | 1010000 | 110100 |
Color Harmonies of #234CE7
Complementary color
Monochromatic Colors of #234CE7
Black with #234CE7
Text Example
Text Example
White with #234CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CE7; }
p { color: rgb(35,76,231); }
H1.HeaderClassName
{
color: #234CE7;
}
.AnyTagClassName
{
color: #234CE7;
}
</style>
background-color css
<style>
a { background-color: #234CE7; }
a { background-color: rgb(35,76,231); }
div.DivClassName
{
background-color: #234CE7;
}
.BgClassName
{
background-color: #234CE7;
}
</style>
border-color css
<style>
span { border-color: #234CE7; }
span { border-color: rgb(35,76,231); }
td.TdClassName
{
border-color: #234CE7;
}
.TagClassName
{
border-color: #234CE7;
}
</style>