#2160e9

Color #2160E9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2160E9

Tints of Royal Blue #2160E9

Color information

#2160E9 (or 0x2160E9) is unknown color: approx Royal Blue. HEX triplet: 21, 60 and E9. RGB value is (33,96,233). Sum of RGB (Red+Green+Blue) = 33+96+233=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #2160E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2160E9 is #DE9F16. Grayscale: #5C5C5C. Windows color (decimal): -14589719 or 15294497. OLE color: 15294497.

HSL color Cylindrical-coordinate representation of color #2160E9: hue angle of 221.1º degrees, saturation: 0.82, 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 #2160E9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3396233-
CMYK0.860.5900.09
HSL221.1º81.97%52.16%-
HSV(B)221.1º85.84%91.37%-
XYZ19.5214.5778.87-
YUV92.78207.1385.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 9.12%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 233 (91.41% from 255) = 64.36%
R=9.12%
G=26.52%
B=64.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal33962330.860.5900.09221.181.9752.16
Hex2160E9563B09dd5234
Octal411403511267301133512264
Binary100001110000011101001101011011101101001110111011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2160e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2160e9; }

 p { color: rgb(33,96,233); }

 H1.HeaderClassName
 {
   color: #2160e9;
 }
 .AnyTagClassName
 {
   color: #2160e9;
 }
</style>
background-color css

<style>
 a { background-color: #2160e9; }

 a { background-color: rgb(33,96,233); }

 div.DivClassName
 {
   background-color: #2160e9;
 }
 .BgClassName
 {
   background-color: #2160e9;
 }
</style>
border-color css

<style>
 span { border-color: #2160e9; }

 span { border-color: rgb(33,96,233); }

 td.TdClassName
 {
   border-color: #2160e9;
 }
 .TagClassName
 {
   border-color: #2160e9;
 }
</style>