Html Css Color HEX #2049EB Royal Blue

📋 copy color: '#2049EB'

red 32 ◦ green 73 ◦ blue 235

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

Shades of Royal Blue #2049EB

Tints of Royal Blue #2049EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 9.41%
G = 21.47%
B = 69.12%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2049EB (or 0x2049EB) is known color: Royal Blue. HEX triplet: 20, 49 and EB. RGB value is (32,73,235). Sum of RGB (Red+Green+Blue) = 32+73+235=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #2049EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2049EB is #DFB614. Grayscale: #4E4E4E. Windows color (decimal): -14661141 or 15419680. OLE color: 15419680.

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

Color convert

RGB 32 73 235 -
CMYK 0.86 0.69 0 0.08
HSL 227.88º 0.84% 0.52% -
HSV(B) 227.88º 0.86% 0.92% -
XYZ 17.97 11.07 79.79 -
YUV 79.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 32 73 235 0.86 0.69 0 0.08 227.88 0.84 0.52
Hex 20 49 EB 56 45 0 8 E4 54 34
Octal 40 111 353 126 105 0 10 344 124 64
Binary 100000 1001001 11101011 1010110 1000101 0 1000 11100100 1010100 110100

Color Harmonies of #2049EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2049EB

Black with #2049EB

Text Example


Text Example

White with #2049EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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