Html Css Color HEX #2049EC Royal Blue

📋 copy color: '#2049EC'

red 32 ◦ green 73 ◦ blue 236

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

Shades of Royal Blue #2049EC

Tints of Royal Blue #2049EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 9.38%
G = 21.41%
B = 69.21%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2049EC (or 0x2049EC) is known color: Royal Blue. HEX triplet: 20, 49 and EC. RGB value is (32,73,236). Sum of RGB (Red+Green+Blue) = 32+73+236=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #2049EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2049EC is #DFB613. Grayscale: #4E4E4E. Windows color (decimal): -14661140 or 15485216. OLE color: 15485216.

HSL color Cylindrical-coordinate representation of color #2049EC: hue angle of 227.94º 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 #2049EC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 73 236 -
CMYK 0.86 0.69 0 0.07
HSL 227.94º 0.84% 0.53% -
HSV(B) 227.94º 0.86% 0.93% -
XYZ 18.12 11.13 80.55 -
YUV 79.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 32 73 236 0.86 0.69 0 0.07 227.94 0.84 0.53
Hex 20 49 EC 56 45 0 7 E4 54 35
Octal 40 111 354 126 105 0 7 344 124 65
Binary 100000 1001001 11101100 1010110 1000101 0 111 11100100 1010100 110101

Color Harmonies of #2049EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2049EC

Black with #2049EC

Text Example


Text Example

White with #2049EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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