Shades of Royal Blue #236DDD
Tints of Royal Blue #236DDD
RGB
CMYK
RGB Variations
Color information
#236DDD (or 0x236DDD) is known color: Royal Blue. HEX triplet: 23, 6D and DD. RGB value is (35,109,221). Sum of RGB (Red+Green+Blue) = 35+109+221=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #236DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DDD is #DC9222. Grayscale: #636363. Windows color (decimal): -14455331 or 14511395. OLE color: 14511395.
HSL color Cylindrical-coordinate representation of color #236DDD: hue angle of 216.13º 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 #236DDD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 109 | 221 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.13 |
| HSL | 216.13º | 0.73% | 0.5% | - |
| HSV(B) | 216.13º | 0.84% | 0.87% | - |
| XYZ | 19.21 | 16.52 | 70.58 | - |
| YUV | 99.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 221 | 0.84 | 0.51 | 0 | 0.13 | 216.13 | 0.73 | 0.5 |
| Hex | 23 | 6D | DD | 54 | 33 | 0 | D | D8 | 49 | 32 |
| Octal | 43 | 155 | 335 | 124 | 63 | 0 | 15 | 330 | 111 | 62 |
| Binary | 100011 | 1101101 | 11011101 | 1010100 | 110011 | 0 | 1101 | 11011000 | 1001001 | 110010 |
Color Harmonies of #236DDD
Complementary color
Monochromatic Colors of #236DDD
Black with #236DDD
Text Example
Text Example
White with #236DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DDD; }
p { color: rgb(35,109,221); }
H1.HeaderClassName
{
color: #236DDD;
}
.AnyTagClassName
{
color: #236DDD;
}
</style>
background-color css
<style>
a { background-color: #236DDD; }
a { background-color: rgb(35,109,221); }
div.DivClassName
{
background-color: #236DDD;
}
.BgClassName
{
background-color: #236DDD;
}
</style>
border-color css
<style>
span { border-color: #236DDD; }
span { border-color: rgb(35,109,221); }
td.TdClassName
{
border-color: #236DDD;
}
.TagClassName
{
border-color: #236DDD;
}
</style>