Html Css Color HEX #2049ED Royal Blue

📋 copy color: '#2049ED'

red 32 ◦ green 73 ◦ blue 237

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

Shades of Royal Blue #2049ED

Tints of Royal Blue #2049ED

RGB

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

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

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

R = 9.36%
G = 21.35%
B = 69.3%

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

#2049ED (or 0x2049ED) is known color: Royal Blue. HEX triplet: 20, 49 and ED. RGB value is (32,73,237). Sum of RGB (Red+Green+Blue) = 32+73+237=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #2049ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2049ED is #DFB612. Grayscale: #4E4E4E. Windows color (decimal): -14661139 or 15550752. OLE color: 15550752.

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

Color convert

RGB 32 73 237 -
CMYK 0.86 0.69 0 0.07
HSL 228º 0.85% 0.53% -
HSV(B) 228º 0.86% 0.93% -
XYZ 18.26 11.19 81.32 -
YUV 79.44 216.92 94.16 -
System Red Green Blue C M Y K H S L
Decimal 32 73 237 0.86 0.69 0 0.07 228 0.85 0.53
Hex 20 49 ED 56 45 0 7 E4 55 35
Octal 40 111 355 126 105 0 7 344 125 65
Binary 100000 1001001 11101101 1010110 1000101 0 111 11100100 1010101 110101

Color Harmonies of #2049ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2049ED

Black with #2049ED

Text Example


Text Example

White with #2049ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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