Shades of Royal Blue #236CDA
Tints of Royal Blue #236CDA
RGB
CMYK
RGB Variations
Color information
#236CDA (or 0x236CDA) is known color: Royal Blue. HEX triplet: 23, 6C and DA. RGB value is (35,108,218). Sum of RGB (Red+Green+Blue) = 35+108+218=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #236CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CDA is #DC9325. Grayscale: #626262. Windows color (decimal): -14455590 or 14314531. OLE color: 14314531.
HSL color Cylindrical-coordinate representation of color #236CDA: hue angle of 216.07º 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 #236CDA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 108 | 218 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.15 |
| HSL | 216.07º | 0.72% | 0.5% | - |
| HSV(B) | 216.07º | 0.84% | 0.85% | - |
| XYZ | 18.71 | 16.14 | 68.46 | - |
| YUV | 98.71 | 195.32 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 218 | 0.84 | 0.50 | 0 | 0.15 | 216.07 | 0.72 | 0.5 |
| Hex | 23 | 6C | DA | 54 | 32 | 0 | F | D8 | 48 | 32 |
| Octal | 43 | 154 | 332 | 124 | 62 | 0 | 17 | 330 | 110 | 62 |
| Binary | 100011 | 1101100 | 11011010 | 1010100 | 110010 | 0 | 1111 | 11011000 | 1001000 | 110010 |
Color Harmonies of #236CDA
Complementary color
Monochromatic Colors of #236CDA
Black with #236CDA
Text Example
Text Example
White with #236CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CDA; }
p { color: rgb(35,108,218); }
H1.HeaderClassName
{
color: #236CDA;
}
.AnyTagClassName
{
color: #236CDA;
}
</style>
background-color css
<style>
a { background-color: #236CDA; }
a { background-color: rgb(35,108,218); }
div.DivClassName
{
background-color: #236CDA;
}
.BgClassName
{
background-color: #236CDA;
}
</style>
border-color css
<style>
span { border-color: #236CDA; }
span { border-color: rgb(35,108,218); }
td.TdClassName
{
border-color: #236CDA;
}
.TagClassName
{
border-color: #236CDA;
}
</style>