Shades of Royal Blue #2369EF
Tints of Royal Blue #2369EF
RGB
CMYK
RGB Variations
Color information
#2369EF (or 0x2369EF) is known color: Royal Blue. HEX triplet: 23, 69 and EF. RGB value is (35,105,239). Sum of RGB (Red+Green+Blue) = 35+105+239=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #2369EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369EF is #DC9610. Grayscale: #626262. Windows color (decimal): -14456337 or 15690019. OLE color: 15690019.
HSL color Cylindrical-coordinate representation of color #2369EF: hue angle of 219.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2369EF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 105 | 239 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.06 |
| HSL | 219.41º | 0.86% | 0.54% | - |
| HSV(B) | 219.41º | 0.85% | 0.94% | - |
| XYZ | 21.32 | 16.69 | 83.76 | - |
| YUV | 99.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 239 | 0.85 | 0.56 | 0 | 0.06 | 219.41 | 0.86 | 0.54 |
| Hex | 23 | 69 | EF | 55 | 38 | 0 | 6 | DB | 56 | 36 |
| Octal | 43 | 151 | 357 | 125 | 70 | 0 | 6 | 333 | 126 | 66 |
| Binary | 100011 | 1101001 | 11101111 | 1010101 | 111000 | 0 | 110 | 11011011 | 1010110 | 110110 |
Color Harmonies of #2369EF
Complementary color
Monochromatic Colors of #2369EF
Black with #2369EF
Text Example
Text Example
White with #2369EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369EF; }
p { color: rgb(35,105,239); }
H1.HeaderClassName
{
color: #2369EF;
}
.AnyTagClassName
{
color: #2369EF;
}
</style>
background-color css
<style>
a { background-color: #2369EF; }
a { background-color: rgb(35,105,239); }
div.DivClassName
{
background-color: #2369EF;
}
.BgClassName
{
background-color: #2369EF;
}
</style>
border-color css
<style>
span { border-color: #2369EF; }
span { border-color: rgb(35,105,239); }
td.TdClassName
{
border-color: #2369EF;
}
.TagClassName
{
border-color: #2369EF;
}
</style>