Shades of Royal Blue #2369EC
Tints of Royal Blue #2369EC
RGB
CMYK
RGB Variations
Color information
#2369EC (or 0x2369EC) is known color: Royal Blue. HEX triplet: 23, 69 and EC. RGB value is (35,105,236). Sum of RGB (Red+Green+Blue) = 35+105+236=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #2369EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369EC is #DC9613. Grayscale: #626262. Windows color (decimal): -14456340 or 15493411. OLE color: 15493411.
HSL color Cylindrical-coordinate representation of color #2369EC: hue angle of 219.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2369EC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 105 | 236 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.07 |
| HSL | 219.1º | 0.84% | 0.53% | - |
| HSV(B) | 219.1º | 0.85% | 0.93% | - |
| XYZ | 20.89 | 16.52 | 81.44 | - |
| YUV | 99 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 236 | 0.85 | 0.56 | 0 | 0.07 | 219.1 | 0.84 | 0.53 |
| Hex | 23 | 69 | EC | 55 | 38 | 0 | 7 | DB | 54 | 35 |
| Octal | 43 | 151 | 354 | 125 | 70 | 0 | 7 | 333 | 124 | 65 |
| Binary | 100011 | 1101001 | 11101100 | 1010101 | 111000 | 0 | 111 | 11011011 | 1010100 | 110101 |
Color Harmonies of #2369EC
Complementary color
Monochromatic Colors of #2369EC
Black with #2369EC
Text Example
Text Example
White with #2369EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369EC; }
p { color: rgb(35,105,236); }
H1.HeaderClassName
{
color: #2369EC;
}
.AnyTagClassName
{
color: #2369EC;
}
</style>
background-color css
<style>
a { background-color: #2369EC; }
a { background-color: rgb(35,105,236); }
div.DivClassName
{
background-color: #2369EC;
}
.BgClassName
{
background-color: #2369EC;
}
</style>
border-color css
<style>
span { border-color: #2369EC; }
span { border-color: rgb(35,105,236); }
td.TdClassName
{
border-color: #2369EC;
}
.TagClassName
{
border-color: #2369EC;
}
</style>