#2164EB

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

Shades of Royal Blue #2164EB

Tints of Royal Blue #2164EB

Color information

#2164EB (or 0x2164EB) is unknown color: approx Royal Blue. HEX triplet: 21, 64 and EB. RGB value is (33,100,235). Sum of RGB (Red+Green+Blue) = 33+100+235=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #2164EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2164EB is #DE9B14. Grayscale: #5E5E5E. Windows color (decimal): -14588693 or 15426593. OLE color: 15426593.

HSL color Cylindrical-coordinate representation of color #2164EB: hue angle of 220.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2164EB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB33100235-
CMYK0.860.5700.08
HSL220.1º83.47%52.55%-
HSV(B)220.1º85.96%92.16%-
XYZ20.1815.4480.51-
YUV95.36206.883.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.97%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=8.97%
G=27.17%
B=63.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal331002350.860.5700.08220.183.4752.55
Hex2164EB563908dc5335
Octal411443531267101033412365
Binary100001110010011101011101011011100101000110111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2164EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2164EB; }

 p { color: rgb(33,100,235); }

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

<style>
 a { background-color: #2164EB; }

 a { background-color: rgb(33,100,235); }

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

<style>
 span { border-color: #2164EB; }

 span { border-color: rgb(33,100,235); }

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