Shades of Royal Blue #236EDD
Tints of Royal Blue #236EDD
RGB
CMYK
RGB Variations
Color information
#236EDD (or 0x236EDD) is known color: Royal Blue. HEX triplet: 23, 6E and DD. RGB value is (35,110,221). Sum of RGB (Red+Green+Blue) = 35+110+221=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #236EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236EDD is #DC9122. Grayscale: #636363. Windows color (decimal): -14455075 or 14511651. OLE color: 14511651.
HSL color Cylindrical-coordinate representation of color #236EDD: hue angle of 215.81º degrees, saturation: 0.73, 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 #236EDD is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 110 | 221 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.13 |
| HSL | 215.81º | 0.73% | 0.5% | - |
| HSV(B) | 215.81º | 0.84% | 0.87% | - |
| XYZ | 19.32 | 16.73 | 70.62 | - |
| YUV | 100.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 221 | 0.84 | 0.50 | 0 | 0.13 | 215.81 | 0.73 | 0.5 |
| Hex | 23 | 6E | DD | 54 | 32 | 0 | D | D8 | 49 | 32 |
| Octal | 43 | 156 | 335 | 124 | 62 | 0 | 15 | 330 | 111 | 62 |
| Binary | 100011 | 1101110 | 11011101 | 1010100 | 110010 | 0 | 1101 | 11011000 | 1001001 | 110010 |
Color Harmonies of #236EDD
Complementary color
Monochromatic Colors of #236EDD
Black with #236EDD
Text Example
Text Example
White with #236EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EDD; }
p { color: rgb(35,110,221); }
H1.HeaderClassName
{
color: #236EDD;
}
.AnyTagClassName
{
color: #236EDD;
}
</style>
background-color css
<style>
a { background-color: #236EDD; }
a { background-color: rgb(35,110,221); }
div.DivClassName
{
background-color: #236EDD;
}
.BgClassName
{
background-color: #236EDD;
}
</style>
border-color css
<style>
span { border-color: #236EDD; }
span { border-color: rgb(35,110,221); }
td.TdClassName
{
border-color: #236EDD;
}
.TagClassName
{
border-color: #236EDD;
}
</style>