Shades of Royal Blue #2364EF
Tints of Royal Blue #2364EF
RGB
CMYK
RGB Variations
Color information
#2364EF (or 0x2364EF) is known color: Royal Blue. HEX triplet: 23, 64 and EF. RGB value is (35,100,239). Sum of RGB (Red+Green+Blue) = 35+100+239=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #2364EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364EF is #DC9B10. Grayscale: #5F5F5F. Windows color (decimal): -14457617 or 15688739. OLE color: 15688739.
HSL color Cylindrical-coordinate representation of color #2364EF: hue angle of 220.88º 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 #2364EF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 100 | 239 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.06 |
| HSL | 220.88º | 0.86% | 0.54% | - |
| HSV(B) | 220.88º | 0.85% | 0.94% | - |
| XYZ | 20.83 | 15.7 | 83.59 | - |
| YUV | 96.41 | 208.47 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 239 | 0.85 | 0.58 | 0 | 0.06 | 220.88 | 0.86 | 0.54 |
| Hex | 23 | 64 | EF | 55 | 3A | 0 | 6 | DD | 56 | 36 |
| Octal | 43 | 144 | 357 | 125 | 72 | 0 | 6 | 335 | 126 | 66 |
| Binary | 100011 | 1100100 | 11101111 | 1010101 | 111010 | 0 | 110 | 11011101 | 1010110 | 110110 |
Color Harmonies of #2364EF
Complementary color
Monochromatic Colors of #2364EF
Black with #2364EF
Text Example
Text Example
White with #2364EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364EF; }
p { color: rgb(35,100,239); }
H1.HeaderClassName
{
color: #2364EF;
}
.AnyTagClassName
{
color: #2364EF;
}
</style>
background-color css
<style>
a { background-color: #2364EF; }
a { background-color: rgb(35,100,239); }
div.DivClassName
{
background-color: #2364EF;
}
.BgClassName
{
background-color: #2364EF;
}
</style>
border-color css
<style>
span { border-color: #2364EF; }
span { border-color: rgb(35,100,239); }
td.TdClassName
{
border-color: #2364EF;
}
.TagClassName
{
border-color: #2364EF;
}
</style>