Shades of Royal Blue #236CDF
Tints of Royal Blue #236CDF
RGB
CMYK
RGB Variations
Color information
#236CDF (or 0x236CDF) is known color: Royal Blue. HEX triplet: 23, 6C and DF. RGB value is (35,108,223). Sum of RGB (Red+Green+Blue) = 35+108+223=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #236CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CDF is #DC9320. Grayscale: #626262. Windows color (decimal): -14455585 or 14642211. OLE color: 14642211.
HSL color Cylindrical-coordinate representation of color #236CDF: hue angle of 216.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236CDF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 108 | 223 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.13 |
| HSL | 216.7º | 0.75% | 0.51% | - |
| HSV(B) | 216.7º | 0.84% | 0.87% | - |
| XYZ | 19.37 | 16.41 | 71.96 | - |
| YUV | 99.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 223 | 0.84 | 0.52 | 0 | 0.13 | 216.7 | 0.75 | 0.51 |
| Hex | 23 | 6C | DF | 54 | 34 | 0 | D | D9 | 4B | 33 |
| Octal | 43 | 154 | 337 | 124 | 64 | 0 | 15 | 331 | 113 | 63 |
| Binary | 100011 | 1101100 | 11011111 | 1010100 | 110100 | 0 | 1101 | 11011001 | 1001011 | 110011 |
Color Harmonies of #236CDF
Complementary color
Monochromatic Colors of #236CDF
Black with #236CDF
Text Example
Text Example
White with #236CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CDF; }
p { color: rgb(35,108,223); }
H1.HeaderClassName
{
color: #236CDF;
}
.AnyTagClassName
{
color: #236CDF;
}
</style>
background-color css
<style>
a { background-color: #236CDF; }
a { background-color: rgb(35,108,223); }
div.DivClassName
{
background-color: #236CDF;
}
.BgClassName
{
background-color: #236CDF;
}
</style>
border-color css
<style>
span { border-color: #236CDF; }
span { border-color: rgb(35,108,223); }
td.TdClassName
{
border-color: #236CDF;
}
.TagClassName
{
border-color: #236CDF;
}
</style>