#2160F0

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

Shades of Royal Blue #2160F0

Tints of Royal Blue #2160F0

Color information

#2160F0 (or 0x2160F0) is unknown color: approx Royal Blue. HEX triplet: 21, 60 and F0. RGB value is (33,96,240). Sum of RGB (Red+Green+Blue) = 33+96+240=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #2160F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2160F0 is #DE9F0F. Grayscale: #5C5C5C. Windows color (decimal): -14589712 or 15753249. OLE color: 15753249.

HSL color Cylindrical-coordinate representation of color #2160F0: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2160F0 is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3396240-
CMYK0.860.600.06
HSL221.74º87.34%53.53%-
HSV(B)221.74º86.25%94.12%-
XYZ20.5414.9884.25-
YUV93.58210.6384.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.94%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 240 (94.14% from 255) = 65.04%
R=8.94%
G=26.02%
B=65.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33962400.860.600.06221.7487.3453.53
Hex2160F0563C06de5736
Octal41140360126740633612766
Binary10000111000001111000010101101111000110110111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2160F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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