Shades of Royal Blue #236CDD
Tints of Royal Blue #236CDD
RGB
CMYK
RGB Variations
Color information
#236CDD (or 0x236CDD) is known color: Royal Blue. HEX triplet: 23, 6C and DD. RGB value is (35,108,221). Sum of RGB (Red+Green+Blue) = 35+108+221=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #236CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CDD is #DC9322. Grayscale: #626262. Windows color (decimal): -14455587 or 14511139. OLE color: 14511139.
HSL color Cylindrical-coordinate representation of color #236CDD: hue angle of 216.45º 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 #236CDD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 108 | 221 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.13 |
| HSL | 216.45º | 0.73% | 0.5% | - |
| HSV(B) | 216.45º | 0.84% | 0.87% | - |
| XYZ | 19.11 | 16.3 | 70.55 | - |
| YUV | 99.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 221 | 0.84 | 0.51 | 0 | 0.13 | 216.45 | 0.73 | 0.5 |
| Hex | 23 | 6C | DD | 54 | 33 | 0 | D | D8 | 49 | 32 |
| Octal | 43 | 154 | 335 | 124 | 63 | 0 | 15 | 330 | 111 | 62 |
| Binary | 100011 | 1101100 | 11011101 | 1010100 | 110011 | 0 | 1101 | 11011000 | 1001001 | 110010 |
Color Harmonies of #236CDD
Complementary color
Monochromatic Colors of #236CDD
Black with #236CDD
Text Example
Text Example
White with #236CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CDD; }
p { color: rgb(35,108,221); }
H1.HeaderClassName
{
color: #236CDD;
}
.AnyTagClassName
{
color: #236CDD;
}
</style>
background-color css
<style>
a { background-color: #236CDD; }
a { background-color: rgb(35,108,221); }
div.DivClassName
{
background-color: #236CDD;
}
.BgClassName
{
background-color: #236CDD;
}
</style>
border-color css
<style>
span { border-color: #236CDD; }
span { border-color: rgb(35,108,221); }
td.TdClassName
{
border-color: #236CDD;
}
.TagClassName
{
border-color: #236CDD;
}
</style>