Shades of Royal Blue #2168E8
Tints of Royal Blue #2168E8
RGB
CMYK
RGB Variations
Color information
#2168E8 (or 0x2168E8) is known color: Royal Blue. HEX triplet: 21, 68 and E8. RGB value is (33,104,232). Sum of RGB (Red+Green+Blue) = 33+104+232=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #2168E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168E8 is #DE9717. Grayscale: #606060. Windows color (decimal): -14587672 or 15231009. OLE color: 15231009.
HSL color Cylindrical-coordinate representation of color #2168E8: hue angle of 218.59º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2168E8 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 104 | 232 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.09 |
| HSL | 218.59º | 0.81% | 0.52% | - |
| HSV(B) | 218.59º | 0.86% | 0.91% | - |
| XYZ | 20.14 | 16.05 | 78.38 | - |
| YUV | 97.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 232 | 0.86 | 0.55 | 0 | 0.09 | 218.59 | 0.81 | 0.52 |
| Hex | 21 | 68 | E8 | 56 | 37 | 0 | 9 | DB | 51 | 34 |
| Octal | 41 | 150 | 350 | 126 | 67 | 0 | 11 | 333 | 121 | 64 |
| Binary | 100001 | 1101000 | 11101000 | 1010110 | 110111 | 0 | 1001 | 11011011 | 1010001 | 110100 |
Color Harmonies of #2168E8
Complementary color
Monochromatic Colors of #2168E8
Black with #2168E8
Text Example
Text Example
White with #2168E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168E8; }
p { color: rgb(33,104,232); }
H1.HeaderClassName
{
color: #2168E8;
}
.AnyTagClassName
{
color: #2168E8;
}
</style>
background-color css
<style>
a { background-color: #2168E8; }
a { background-color: rgb(33,104,232); }
div.DivClassName
{
background-color: #2168E8;
}
.BgClassName
{
background-color: #2168E8;
}
</style>
border-color css
<style>
span { border-color: #2168E8; }
span { border-color: rgb(33,104,232); }
td.TdClassName
{
border-color: #2168E8;
}
.TagClassName
{
border-color: #2168E8;
}
</style>