Shades of Royal Blue #2368FE
Tints of Royal Blue #2368FE
RGB
CMYK
RGB Variations
Color information
#2368FE (or 0x2368FE) is known color: Royal Blue. HEX triplet: 23, 68 and FE. RGB value is (35,104,254). Sum of RGB (Red+Green+Blue) = 35+104+254=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #2368FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2368FE is #DC9701. Grayscale: #636363. Windows color (decimal): -14456578 or 16672803. OLE color: 16672803.
HSL color Cylindrical-coordinate representation of color #2368FE: hue angle of 221.1º 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 #2368FE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 104 | 254 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.00 |
| HSL | 221.1º | 0.99% | 0.57% | - |
| HSV(B) | 221.1º | 0.86% | 1% | - |
| XYZ | 23.53 | 17.41 | 95.89 | - |
| YUV | 100.47 | 214.64 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 254 | 0.86 | 0.59 | 0 | 0.00 | 221.1 | 0.99 | 0.57 |
| Hex | 23 | 68 | FE | 56 | 3B | 0 | 0 | DD | 63 | 39 |
| Octal | 43 | 150 | 376 | 126 | 73 | 0 | 0 | 335 | 143 | 71 |
| Binary | 100011 | 1101000 | 11111110 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100011 | 111001 |
Color Harmonies of #2368FE
Complementary color
Monochromatic Colors of #2368FE
Black with #2368FE
Text Example
Text Example
White with #2368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2368FE; }
p { color: rgb(35,104,254); }
H1.HeaderClassName
{
color: #2368FE;
}
.AnyTagClassName
{
color: #2368FE;
}
</style>
background-color css
<style>
a { background-color: #2368FE; }
a { background-color: rgb(35,104,254); }
div.DivClassName
{
background-color: #2368FE;
}
.BgClassName
{
background-color: #2368FE;
}
</style>
border-color css
<style>
span { border-color: #2368FE; }
span { border-color: rgb(35,104,254); }
td.TdClassName
{
border-color: #2368FE;
}
.TagClassName
{
border-color: #2368FE;
}
</style>