Shades of Royal Blue #236CE6
Tints of Royal Blue #236CE6
RGB
CMYK
RGB Variations
Color information
#236CE6 (or 0x236CE6) is known color: Royal Blue. HEX triplet: 23, 6C and E6. RGB value is (35,108,230). Sum of RGB (Red+Green+Blue) = 35+108+230=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #236CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236CE6 is #DC9319. Grayscale: #636363. Windows color (decimal): -14455578 or 15100963. OLE color: 15100963.
HSL color Cylindrical-coordinate representation of color #236CE6: hue angle of 217.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #236CE6 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 108 | 230 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.10 |
| HSL | 217.54º | 0.8% | 0.52% | - |
| HSV(B) | 217.54º | 0.85% | 0.9% | - |
| XYZ | 20.34 | 16.8 | 77.03 | - |
| YUV | 100.08 | 201.32 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 230 | 0.85 | 0.53 | 0 | 0.10 | 217.54 | 0.8 | 0.52 |
| Hex | 23 | 6C | E6 | 55 | 35 | 0 | A | DA | 50 | 34 |
| Octal | 43 | 154 | 346 | 125 | 65 | 0 | 12 | 332 | 120 | 64 |
| Binary | 100011 | 1101100 | 11100110 | 1010101 | 110101 | 0 | 1010 | 11011010 | 1010000 | 110100 |
Color Harmonies of #236CE6
Complementary color
Monochromatic Colors of #236CE6
Black with #236CE6
Text Example
Text Example
White with #236CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CE6; }
p { color: rgb(35,108,230); }
H1.HeaderClassName
{
color: #236CE6;
}
.AnyTagClassName
{
color: #236CE6;
}
</style>
background-color css
<style>
a { background-color: #236CE6; }
a { background-color: rgb(35,108,230); }
div.DivClassName
{
background-color: #236CE6;
}
.BgClassName
{
background-color: #236CE6;
}
</style>
border-color css
<style>
span { border-color: #236CE6; }
span { border-color: rgb(35,108,230); }
td.TdClassName
{
border-color: #236CE6;
}
.TagClassName
{
border-color: #236CE6;
}
</style>