Shades of Royal Blue #236FE0
Tints of Royal Blue #236FE0
RGB
CMYK
RGB Variations
Color information
#236FE0 (or 0x236FE0) is known color: Royal Blue. HEX triplet: 23, 6F and E0. RGB value is (35,111,224). Sum of RGB (Red+Green+Blue) = 35+111+224=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #236FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FE0 is #DC901F. Grayscale: #646464. Windows color (decimal): -14454816 or 14708515. OLE color: 14708515.
HSL color Cylindrical-coordinate representation of color #236FE0: hue angle of 215.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236FE0 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 111 | 224 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.12 |
| HSL | 215.87º | 0.75% | 0.51% | - |
| HSV(B) | 215.87º | 0.84% | 0.88% | - |
| XYZ | 19.83 | 17.11 | 72.78 | - |
| YUV | 101.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 224 | 0.84 | 0.50 | 0 | 0.12 | 215.87 | 0.75 | 0.51 |
| Hex | 23 | 6F | E0 | 54 | 32 | 0 | C | D8 | 4B | 33 |
| Octal | 43 | 157 | 340 | 124 | 62 | 0 | 14 | 330 | 113 | 63 |
| Binary | 100011 | 1101111 | 11100000 | 1010100 | 110010 | 0 | 1100 | 11011000 | 1001011 | 110011 |
Color Harmonies of #236FE0
Complementary color
Monochromatic Colors of #236FE0
Black with #236FE0
Text Example
Text Example
White with #236FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FE0; }
p { color: rgb(35,111,224); }
H1.HeaderClassName
{
color: #236FE0;
}
.AnyTagClassName
{
color: #236FE0;
}
</style>
background-color css
<style>
a { background-color: #236FE0; }
a { background-color: rgb(35,111,224); }
div.DivClassName
{
background-color: #236FE0;
}
.BgClassName
{
background-color: #236FE0;
}
</style>
border-color css
<style>
span { border-color: #236FE0; }
span { border-color: rgb(35,111,224); }
td.TdClassName
{
border-color: #236FE0;
}
.TagClassName
{
border-color: #236FE0;
}
</style>