Shades of Royal Blue #2364FE
Tints of Royal Blue #2364FE
RGB
CMYK
RGB Variations
Color information
#2364FE (or 0x2364FE) is known color: Royal Blue. HEX triplet: 23, 64 and FE. RGB value is (35,100,254). Sum of RGB (Red+Green+Blue) = 35+100+254=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #2364FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364FE is #DC9B01. Grayscale: #616161. Windows color (decimal): -14457602 or 16671779. OLE color: 16671779.
HSL color Cylindrical-coordinate representation of color #2364FE: hue angle of 222.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2364FE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 100 | 254 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.00 |
| HSL | 222.19º | 0.99% | 0.57% | - |
| HSV(B) | 222.19º | 0.86% | 1% | - |
| XYZ | 23.14 | 16.63 | 95.76 | - |
| YUV | 98.12 | 215.97 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 254 | 0.86 | 0.61 | 0 | 0.00 | 222.19 | 0.99 | 0.57 |
| Hex | 23 | 64 | FE | 56 | 3D | 0 | 0 | DE | 63 | 39 |
| Octal | 43 | 144 | 376 | 126 | 75 | 0 | 0 | 336 | 143 | 71 |
| Binary | 100011 | 1100100 | 11111110 | 1010110 | 111101 | 0 | 0 | 11011110 | 1100011 | 111001 |
Color Harmonies of #2364FE
Complementary color
Monochromatic Colors of #2364FE
Black with #2364FE
Text Example
Text Example
White with #2364FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364FE; }
p { color: rgb(35,100,254); }
H1.HeaderClassName
{
color: #2364FE;
}
.AnyTagClassName
{
color: #2364FE;
}
</style>
background-color css
<style>
a { background-color: #2364FE; }
a { background-color: rgb(35,100,254); }
div.DivClassName
{
background-color: #2364FE;
}
.BgClassName
{
background-color: #2364FE;
}
</style>
border-color css
<style>
span { border-color: #2364FE; }
span { border-color: rgb(35,100,254); }
td.TdClassName
{
border-color: #2364FE;
}
.TagClassName
{
border-color: #2364FE;
}
</style>