Shades of Royal Blue #2364FF
Tints of Royal Blue #2364FF
RGB
CMYK
RGB Variations
Color information
#2364FF (or 0x2364FF) is known color: Royal Blue. HEX triplet: 23, 64 and FF. RGB value is (35,100,255). Sum of RGB (Red+Green+Blue) = 35+100+255=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #2364FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364FF is #DC9B00. Grayscale: #616161. Windows color (decimal): -14457601 or 16737315. OLE color: 16737315.
HSL color Cylindrical-coordinate representation of color #2364FF: hue angle of 222.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2364FF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 100 | 255 | - |
| CMYK | 0.86 | 0.61 | 0 | 0 |
| HSL | 222.27º | 1% | 0.57% | - |
| HSV(B) | 222.27º | 0.86% | 1% | - |
| XYZ | 23.3 | 16.69 | 96.6 | - |
| YUV | 98.24 | 216.47 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 255 | 0.86 | 0.61 | 0 | 0 | 222.27 | 1 | 0.57 |
| Hex | 23 | 64 | FF | 56 | 3D | 0 | 0 | DE | 64 | 39 |
| Octal | 43 | 144 | 377 | 126 | 75 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100011 | 1100100 | 11111111 | 1010110 | 111101 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2364FF
Complementary color
Monochromatic Colors of #2364FF
Black with #2364FF
Text Example
Text Example
White with #2364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364FF; }
p { color: rgb(35,100,255); }
H1.HeaderClassName
{
color: #2364FF;
}
.AnyTagClassName
{
color: #2364FF;
}
</style>
background-color css
<style>
a { background-color: #2364FF; }
a { background-color: rgb(35,100,255); }
div.DivClassName
{
background-color: #2364FF;
}
.BgClassName
{
background-color: #2364FF;
}
</style>
border-color css
<style>
span { border-color: #2364FF; }
span { border-color: rgb(35,100,255); }
td.TdClassName
{
border-color: #2364FF;
}
.TagClassName
{
border-color: #2364FF;
}
</style>