Shades of Royal Blue #2168E3
Tints of Royal Blue #2168E3
RGB
CMYK
RGB Variations
Color information
#2168E3 (or 0x2168E3) is known color: Royal Blue. HEX triplet: 21, 68 and E3. RGB value is (33,104,227). Sum of RGB (Red+Green+Blue) = 33+104+227=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 227 (89.06% from 255 or 62.36% from 364); Max value from RGB is 227 - color contains mainly: blue. Hex color #2168E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168E3 is #DE971C. Grayscale: #606060. Windows color (decimal): -14587677 or 14903329. OLE color: 14903329.
HSL color Cylindrical-coordinate representation of color #2168E3: hue angle of 218.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2168E3 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 104 | 227 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.11 |
| HSL | 218.04º | 0.78% | 0.51% | - |
| HSV(B) | 218.04º | 0.85% | 0.89% | - |
| XYZ | 19.44 | 15.77 | 74.69 | - |
| YUV | 96.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 227 | 0.85 | 0.54 | 0 | 0.11 | 218.04 | 0.78 | 0.51 |
| Hex | 21 | 68 | E3 | 55 | 36 | 0 | B | DA | 4E | 33 |
| Octal | 41 | 150 | 343 | 125 | 66 | 0 | 13 | 332 | 116 | 63 |
| Binary | 100001 | 1101000 | 11100011 | 1010101 | 110110 | 0 | 1011 | 11011010 | 1001110 | 110011 |
Color Harmonies of #2168E3
Complementary color
Monochromatic Colors of #2168E3
Black with #2168E3
Text Example
Text Example
White with #2168E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168E3; }
p { color: rgb(33,104,227); }
H1.HeaderClassName
{
color: #2168E3;
}
.AnyTagClassName
{
color: #2168E3;
}
</style>
background-color css
<style>
a { background-color: #2168E3; }
a { background-color: rgb(33,104,227); }
div.DivClassName
{
background-color: #2168E3;
}
.BgClassName
{
background-color: #2168E3;
}
</style>
border-color css
<style>
span { border-color: #2168E3; }
span { border-color: rgb(33,104,227); }
td.TdClassName
{
border-color: #2168E3;
}
.TagClassName
{
border-color: #2168E3;
}
</style>