Shades of Royal Blue #236EE2
Tints of Royal Blue #236EE2
RGB
CMYK
RGB Variations
Color information
#236EE2 (or 0x236EE2) is known color: Royal Blue. HEX triplet: 23, 6E and E2. RGB value is (35,110,226). Sum of RGB (Red+Green+Blue) = 35+110+226=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #236EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236EE2 is #DC911D. Grayscale: #646464. Windows color (decimal): -14455070 or 14839331. OLE color: 14839331.
HSL color Cylindrical-coordinate representation of color #236EE2: hue angle of 216.44º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #236EE2 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 110 | 226 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.11 |
| HSL | 216.44º | 0.77% | 0.51% | - |
| HSV(B) | 216.44º | 0.85% | 0.89% | - |
| XYZ | 20 | 17 | 74.18 | - |
| YUV | 100.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 226 | 0.85 | 0.51 | 0 | 0.11 | 216.44 | 0.77 | 0.51 |
| Hex | 23 | 6E | E2 | 55 | 33 | 0 | B | D8 | 4D | 33 |
| Octal | 43 | 156 | 342 | 125 | 63 | 0 | 13 | 330 | 115 | 63 |
| Binary | 100011 | 1101110 | 11100010 | 1010101 | 110011 | 0 | 1011 | 11011000 | 1001101 | 110011 |
Color Harmonies of #236EE2
Complementary color
Monochromatic Colors of #236EE2
Black with #236EE2
Text Example
Text Example
White with #236EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EE2; }
p { color: rgb(35,110,226); }
H1.HeaderClassName
{
color: #236EE2;
}
.AnyTagClassName
{
color: #236EE2;
}
</style>
background-color css
<style>
a { background-color: #236EE2; }
a { background-color: rgb(35,110,226); }
div.DivClassName
{
background-color: #236EE2;
}
.BgClassName
{
background-color: #236EE2;
}
</style>
border-color css
<style>
span { border-color: #236EE2; }
span { border-color: rgb(35,110,226); }
td.TdClassName
{
border-color: #236EE2;
}
.TagClassName
{
border-color: #236EE2;
}
</style>