Shades of Royal Blue #2368FF
Tints of Royal Blue #2368FF
RGB
CMYK
RGB Variations
Color information
#2368FF (or 0x2368FF) is known color: Royal Blue. HEX triplet: 23, 68 and FF. RGB value is (35,104,255). Sum of RGB (Red+Green+Blue) = 35+104+255=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2368FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2368FF is #DC9700. Grayscale: #636363. Windows color (decimal): -14456577 or 16738339. OLE color: 16738339.
HSL color Cylindrical-coordinate representation of color #2368FF: hue angle of 221.18º 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 #2368FF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 104 | 255 | - |
| CMYK | 0.86 | 0.59 | 0 | 0 |
| HSL | 221.18º | 1% | 0.57% | - |
| HSV(B) | 221.18º | 0.86% | 1% | - |
| XYZ | 23.69 | 17.48 | 96.73 | - |
| YUV | 100.58 | 215.14 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 255 | 0.86 | 0.59 | 0 | 0 | 221.18 | 1 | 0.57 |
| Hex | 23 | 68 | FF | 56 | 3B | 0 | 0 | DD | 64 | 39 |
| Octal | 43 | 150 | 377 | 126 | 73 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100011 | 1101000 | 11111111 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #2368FF
Complementary color
Monochromatic Colors of #2368FF
Black with #2368FF
Text Example
Text Example
White with #2368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2368FF; }
p { color: rgb(35,104,255); }
H1.HeaderClassName
{
color: #2368FF;
}
.AnyTagClassName
{
color: #2368FF;
}
</style>
background-color css
<style>
a { background-color: #2368FF; }
a { background-color: rgb(35,104,255); }
div.DivClassName
{
background-color: #2368FF;
}
.BgClassName
{
background-color: #2368FF;
}
</style>
border-color css
<style>
span { border-color: #2368FF; }
span { border-color: rgb(35,104,255); }
td.TdClassName
{
border-color: #2368FF;
}
.TagClassName
{
border-color: #2368FF;
}
</style>