Html Css Color HEX #2064ED Royal Blue

📋 copy color: '#2064ED'

red 32 ◦ green 100 ◦ blue 237

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

Shades of Royal Blue #2064ED

Tints of Royal Blue #2064ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 8.67%
G = 27.1%
B = 64.23%

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

#2064ED (or 0x2064ED) is known color: Royal Blue. HEX triplet: 20, 64 and ED. RGB value is (32,100,237). Sum of RGB (Red+Green+Blue) = 32+100+237=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #2064ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2064ED is #DF9B12. Grayscale: #5E5E5E. Windows color (decimal): -14654227 or 15557664. OLE color: 15557664.

HSL color Cylindrical-coordinate representation of color #2064ED: hue angle of 220.1º degrees, saturation: 0.85, 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 #2064ED is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 100 237 -
CMYK 0.86 0.58 0 0.07
HSL 220.1º 0.85% 0.53% -
HSV(B) 220.1º 0.86% 0.93% -
XYZ 20.44 15.54 82.04 -
YUV 95.29 207.97 82.86 -
System Red Green Blue C M Y K H S L
Decimal 32 100 237 0.86 0.58 0 0.07 220.1 0.85 0.53
Hex 20 64 ED 56 3A 0 7 DC 55 35
Octal 40 144 355 126 72 0 7 334 125 65
Binary 100000 1100100 11101101 1010110 111010 0 111 11011100 1010101 110101

Color Harmonies of #2064ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2064ED

Black with #2064ED

Text Example


Text Example

White with #2064ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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