Shades of Royal Blue #2168F3
Tints of Royal Blue #2168F3
RGB
CMYK
RGB Variations
Color information
#2168F3 (or 0x2168F3) is known color: Royal Blue. HEX triplet: 21, 68 and F3. RGB value is (33,104,243). Sum of RGB (Red+Green+Blue) = 33+104+243=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 243 (95.31% from 255 or 63.95% from 380); Max value from RGB is 243 - color contains mainly: blue. Hex color #2168F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168F3 is #DE970C. Grayscale: #616161. Windows color (decimal): -14587661 or 15951905. OLE color: 15951905.
HSL color Cylindrical-coordinate representation of color #2168F3: hue angle of 219.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2168F3 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 104 | 243 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.05 |
| HSL | 219.71º | 0.9% | 0.54% | - |
| HSV(B) | 219.71º | 0.86% | 0.95% | - |
| XYZ | 21.76 | 16.7 | 86.87 | - |
| YUV | 98.62 | 209.48 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 243 | 0.86 | 0.57 | 0 | 0.05 | 219.71 | 0.9 | 0.54 |
| Hex | 21 | 68 | F3 | 56 | 39 | 0 | 5 | DC | 5A | 36 |
| Octal | 41 | 150 | 363 | 126 | 71 | 0 | 5 | 334 | 132 | 66 |
| Binary | 100001 | 1101000 | 11110011 | 1010110 | 111001 | 0 | 101 | 11011100 | 1011010 | 110110 |
Color Harmonies of #2168F3
Complementary color
Monochromatic Colors of #2168F3
Black with #2168F3
Text Example
Text Example
White with #2168F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168F3; }
p { color: rgb(33,104,243); }
H1.HeaderClassName
{
color: #2168F3;
}
.AnyTagClassName
{
color: #2168F3;
}
</style>
background-color css
<style>
a { background-color: #2168F3; }
a { background-color: rgb(33,104,243); }
div.DivClassName
{
background-color: #2168F3;
}
.BgClassName
{
background-color: #2168F3;
}
</style>
border-color css
<style>
span { border-color: #2168F3; }
span { border-color: rgb(33,104,243); }
td.TdClassName
{
border-color: #2168F3;
}
.TagClassName
{
border-color: #2168F3;
}
</style>