#2064EB

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

Shades of Royal Blue #2064EB

Tints of Royal Blue #2064EB

Color information

#2064EB (or 0x2064EB) is unknown color: approx Royal Blue. HEX triplet: 20, 64 and EB. RGB value is (32,100,235). Sum of RGB (Red+Green+Blue) = 32+100+235=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #2064EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2064EB is #DF9B14. Grayscale: #5E5E5E. Windows color (decimal): -14654229 or 15426592. OLE color: 15426592.

HSL color Cylindrical-coordinate representation of color #2064EB: hue angle of 219.9º degrees, saturation: 0.84, 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 #2064EB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB32100235-
CMYK0.860.5700.08
HSL219.9º83.54%52.35%-
HSV(B)219.9º86.38%92.16%-
XYZ20.1515.4280.51-
YUV95.06206.9783.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.72%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 235 (92.19% from 255) = 64.03%
R=8.72%
G=27.25%
B=64.03%

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
Decimal321002350.860.5700.08219.983.5452.35
Hex2064EB563908dc5434
Octal401443531267101033412464
Binary100000110010011101011101011011100101000110111001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2064EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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