Shades of Royal Blue #2468FF
Tints of Royal Blue #2468FF
RGB
CMYK
RGB Variations
Color information
#2468FF (or 0x2468FF) is known color: Royal Blue. HEX triplet: 24, 68 and FF. RGB value is (36,104,255). Sum of RGB (Red+Green+Blue) = 36+104+255=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #2468FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468FF is #DB9700. Grayscale: #646464. Windows color (decimal): -14391041 or 16738340. OLE color: 16738340.
HSL color Cylindrical-coordinate representation of color #2468FF: hue angle of 221.37º 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 #2468FF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 104 | 255 | - |
| CMYK | 0.86 | 0.59 | 0 | 0 |
| HSL | 221.37º | 1% | 0.57% | - |
| HSV(B) | 221.37º | 0.86% | 1% | - |
| XYZ | 23.73 | 17.5 | 96.73 | - |
| YUV | 100.88 | 214.97 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 255 | 0.86 | 0.59 | 0 | 0 | 221.37 | 1 | 0.57 |
| Hex | 24 | 68 | FF | 56 | 3B | 0 | 0 | DD | 64 | 39 |
| Octal | 44 | 150 | 377 | 126 | 73 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100100 | 1101000 | 11111111 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #2468FF
Complementary color
Monochromatic Colors of #2468FF
Black with #2468FF
Text Example
Text Example
White with #2468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2468FF; }
p { color: rgb(36,104,255); }
H1.HeaderClassName
{
color: #2468FF;
}
.AnyTagClassName
{
color: #2468FF;
}
</style>
background-color css
<style>
a { background-color: #2468FF; }
a { background-color: rgb(36,104,255); }
div.DivClassName
{
background-color: #2468FF;
}
.BgClassName
{
background-color: #2468FF;
}
</style>
border-color css
<style>
span { border-color: #2468FF; }
span { border-color: rgb(36,104,255); }
td.TdClassName
{
border-color: #2468FF;
}
.TagClassName
{
border-color: #2468FF;
}
</style>