Shades of Royal Blue #236EDA
Tints of Royal Blue #236EDA
RGB
CMYK
RGB Variations
Color information
#236EDA (or 0x236EDA) is known color: Royal Blue. HEX triplet: 23, 6E and DA. RGB value is (35,110,218). Sum of RGB (Red+Green+Blue) = 35+110+218=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #236EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236EDA is #DC9125. Grayscale: #636363. Windows color (decimal): -14455078 or 14315043. OLE color: 14315043.
HSL color Cylindrical-coordinate representation of color #236EDA: hue angle of 215.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236EDA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 110 | 218 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.15 |
| HSL | 215.41º | 0.72% | 0.5% | - |
| HSV(B) | 215.41º | 0.84% | 0.85% | - |
| XYZ | 18.92 | 16.57 | 68.53 | - |
| YUV | 99.89 | 194.65 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 218 | 0.84 | 0.50 | 0 | 0.15 | 215.41 | 0.72 | 0.5 |
| Hex | 23 | 6E | DA | 54 | 32 | 0 | F | D7 | 48 | 32 |
| Octal | 43 | 156 | 332 | 124 | 62 | 0 | 17 | 327 | 110 | 62 |
| Binary | 100011 | 1101110 | 11011010 | 1010100 | 110010 | 0 | 1111 | 11010111 | 1001000 | 110010 |
Color Harmonies of #236EDA
Complementary color
Monochromatic Colors of #236EDA
Black with #236EDA
Text Example
Text Example
White with #236EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EDA; }
p { color: rgb(35,110,218); }
H1.HeaderClassName
{
color: #236EDA;
}
.AnyTagClassName
{
color: #236EDA;
}
</style>
background-color css
<style>
a { background-color: #236EDA; }
a { background-color: rgb(35,110,218); }
div.DivClassName
{
background-color: #236EDA;
}
.BgClassName
{
background-color: #236EDA;
}
</style>
border-color css
<style>
span { border-color: #236EDA; }
span { border-color: rgb(35,110,218); }
td.TdClassName
{
border-color: #236EDA;
}
.TagClassName
{
border-color: #236EDA;
}
</style>