Shades of Royal Blue #2165EA
Tints of Royal Blue #2165EA
RGB
CMYK
RGB Variations
Color information
#2165EA (or 0x2165EA) is known color: Royal Blue. HEX triplet: 21, 65 and EA. RGB value is (33,101,234). Sum of RGB (Red+Green+Blue) = 33+101+234=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #2165EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165EA is #DE9A15. Grayscale: #5F5F5F. Windows color (decimal): -14588438 or 15361313. OLE color: 15361313.
HSL color Cylindrical-coordinate representation of color #2165EA: hue angle of 219.7º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2165EA is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 101 | 234 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.08 |
| HSL | 219.7º | 0.83% | 0.52% | - |
| HSV(B) | 219.7º | 0.86% | 0.92% | - |
| XYZ | 20.13 | 15.57 | 79.79 | - |
| YUV | 95.83 | 205.97 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 234 | 0.86 | 0.57 | 0 | 0.08 | 219.7 | 0.83 | 0.52 |
| Hex | 21 | 65 | EA | 56 | 39 | 0 | 8 | DC | 53 | 34 |
| Octal | 41 | 145 | 352 | 126 | 71 | 0 | 10 | 334 | 123 | 64 |
| Binary | 100001 | 1100101 | 11101010 | 1010110 | 111001 | 0 | 1000 | 11011100 | 1010011 | 110100 |
Color Harmonies of #2165EA
Complementary color
Monochromatic Colors of #2165EA
Black with #2165EA
Text Example
Text Example
White with #2165EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165EA; }
p { color: rgb(33,101,234); }
H1.HeaderClassName
{
color: #2165EA;
}
.AnyTagClassName
{
color: #2165EA;
}
</style>
background-color css
<style>
a { background-color: #2165EA; }
a { background-color: rgb(33,101,234); }
div.DivClassName
{
background-color: #2165EA;
}
.BgClassName
{
background-color: #2165EA;
}
</style>
border-color css
<style>
span { border-color: #2165EA; }
span { border-color: rgb(33,101,234); }
td.TdClassName
{
border-color: #2165EA;
}
.TagClassName
{
border-color: #2165EA;
}
</style>