Shades of Royal Blue #236CED
Tints of Royal Blue #236CED
RGB
CMYK
RGB Variations
Color information
#236CED (or 0x236CED) is known color: Royal Blue. HEX triplet: 23, 6C and ED. RGB value is (35,108,237). Sum of RGB (Red+Green+Blue) = 35+108+237=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #236CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236CED is #DC9312. Grayscale: #646464. Windows color (decimal): -14455571 or 15559715. OLE color: 15559715.
HSL color Cylindrical-coordinate representation of color #236CED: hue angle of 218.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #236CED is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 108 | 237 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.07 |
| HSL | 218.32º | 0.85% | 0.53% | - |
| HSV(B) | 218.32º | 0.85% | 0.93% | - |
| XYZ | 21.34 | 17.2 | 82.32 | - |
| YUV | 100.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 237 | 0.85 | 0.54 | 0 | 0.07 | 218.32 | 0.85 | 0.53 |
| Hex | 23 | 6C | ED | 55 | 36 | 0 | 7 | DA | 55 | 35 |
| Octal | 43 | 154 | 355 | 125 | 66 | 0 | 7 | 332 | 125 | 65 |
| Binary | 100011 | 1101100 | 11101101 | 1010101 | 110110 | 0 | 111 | 11011010 | 1010101 | 110101 |
Color Harmonies of #236CED
Complementary color
Monochromatic Colors of #236CED
Black with #236CED
Text Example
Text Example
White with #236CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CED; }
p { color: rgb(35,108,237); }
H1.HeaderClassName
{
color: #236CED;
}
.AnyTagClassName
{
color: #236CED;
}
</style>
background-color css
<style>
a { background-color: #236CED; }
a { background-color: rgb(35,108,237); }
div.DivClassName
{
background-color: #236CED;
}
.BgClassName
{
background-color: #236CED;
}
</style>
border-color css
<style>
span { border-color: #236CED; }
span { border-color: rgb(35,108,237); }
td.TdClassName
{
border-color: #236CED;
}
.TagClassName
{
border-color: #236CED;
}
</style>