Html Css Color HEX #2064EC Royal Blue

📋 copy color: '#2064EC'

red 32 ◦ green 100 ◦ blue 236

#2064EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2064EC

Tints of Royal Blue #2064EC

RGB

 RED value IS 32 (12.89% from 255) = 8.7%

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 8.7%
G = 27.17%
B = 64.13%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2064EC (or 0x2064EC) is known color: Royal Blue. HEX triplet: 20, 64 and EC. RGB value is (32,100,236). Sum of RGB (Red+Green+Blue) = 32+100+236=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #2064EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2064EC is #DF9B13. Grayscale: #5E5E5E. Windows color (decimal): -14654228 or 15492128. OLE color: 15492128.

HSL color Cylindrical-coordinate representation of color #2064EC: hue angle of 220º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2064EC is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 100 236 -
CMYK 0.86 0.58 0 0.07
HSL 220º 0.84% 0.53% -
HSV(B) 220º 0.86% 0.93% -
XYZ 20.29 15.48 81.27 -
YUV 95.17 207.47 82.94 -
System Red Green Blue C M Y K H S L
Decimal 32 100 236 0.86 0.58 0 0.07 220 0.84 0.53
Hex 20 64 EC 56 3A 0 7 DC 54 35
Octal 40 144 354 126 72 0 7 334 124 65
Binary 100000 1100100 11101100 1010110 111010 0 111 11011100 1010100 110101

Color Harmonies of #2064EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2064EC

Black with #2064EC

Text Example


Text Example

White with #2064EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2064EC;
 }
 .AnyTagClassName
 {
   color: #2064EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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