Shades of Royal Blue #2369EE
Tints of Royal Blue #2369EE
RGB
CMYK
RGB Variations
Color information
#2369EE (or 0x2369EE) is known color: Royal Blue. HEX triplet: 23, 69 and EE. RGB value is (35,105,238). Sum of RGB (Red+Green+Blue) = 35+105+238=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #2369EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369EE is #DC9611. Grayscale: #626262. Windows color (decimal): -14456338 or 15624483. OLE color: 15624483.
HSL color Cylindrical-coordinate representation of color #2369EE: hue angle of 219.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2369EE is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 105 | 238 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.07 |
| HSL | 219.31º | 0.86% | 0.54% | - |
| HSV(B) | 219.31º | 0.85% | 0.93% | - |
| XYZ | 21.18 | 16.63 | 82.98 | - |
| YUV | 99.23 | 206.31 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 238 | 0.85 | 0.56 | 0 | 0.07 | 219.31 | 0.86 | 0.54 |
| Hex | 23 | 69 | EE | 55 | 38 | 0 | 7 | DB | 56 | 36 |
| Octal | 43 | 151 | 356 | 125 | 70 | 0 | 7 | 333 | 126 | 66 |
| Binary | 100011 | 1101001 | 11101110 | 1010101 | 111000 | 0 | 111 | 11011011 | 1010110 | 110110 |
Color Harmonies of #2369EE
Complementary color
Monochromatic Colors of #2369EE
Black with #2369EE
Text Example
Text Example
White with #2369EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369EE; }
p { color: rgb(35,105,238); }
H1.HeaderClassName
{
color: #2369EE;
}
.AnyTagClassName
{
color: #2369EE;
}
</style>
background-color css
<style>
a { background-color: #2369EE; }
a { background-color: rgb(35,105,238); }
div.DivClassName
{
background-color: #2369EE;
}
.BgClassName
{
background-color: #2369EE;
}
</style>
border-color css
<style>
span { border-color: #2369EE; }
span { border-color: rgb(35,105,238); }
td.TdClassName
{
border-color: #2369EE;
}
.TagClassName
{
border-color: #2369EE;
}
</style>