Shades of Royal Blue #236EDE
Tints of Royal Blue #236EDE
RGB
CMYK
RGB Variations
Color information
#236EDE (or 0x236EDE) is known color: Royal Blue. HEX triplet: 23, 6E and DE. RGB value is (35,110,222). Sum of RGB (Red+Green+Blue) = 35+110+222=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #236EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236EDE is #DC9121. Grayscale: #636363. Windows color (decimal): -14455074 or 14577187. OLE color: 14577187.
HSL color Cylindrical-coordinate representation of color #236EDE: hue angle of 215.94º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236EDE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 110 | 222 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.13 |
| HSL | 215.94º | 0.74% | 0.5% | - |
| HSV(B) | 215.94º | 0.84% | 0.87% | - |
| XYZ | 19.45 | 16.78 | 71.32 | - |
| YUV | 100.34 | 196.65 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 222 | 0.84 | 0.50 | 0 | 0.13 | 215.94 | 0.74 | 0.5 |
| Hex | 23 | 6E | DE | 54 | 32 | 0 | D | D8 | 4A | 32 |
| Octal | 43 | 156 | 336 | 124 | 62 | 0 | 15 | 330 | 112 | 62 |
| Binary | 100011 | 1101110 | 11011110 | 1010100 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110010 |
Color Harmonies of #236EDE
Complementary color
Monochromatic Colors of #236EDE
Black with #236EDE
Text Example
Text Example
White with #236EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EDE; }
p { color: rgb(35,110,222); }
H1.HeaderClassName
{
color: #236EDE;
}
.AnyTagClassName
{
color: #236EDE;
}
</style>
background-color css
<style>
a { background-color: #236EDE; }
a { background-color: rgb(35,110,222); }
div.DivClassName
{
background-color: #236EDE;
}
.BgClassName
{
background-color: #236EDE;
}
</style>
border-color css
<style>
span { border-color: #236EDE; }
span { border-color: rgb(35,110,222); }
td.TdClassName
{
border-color: #236EDE;
}
.TagClassName
{
border-color: #236EDE;
}
</style>