Html Css Color HEX #2E53DC Royal Blue

📋 copy color: '#2E53DC'

red 46 ◦ green 83 ◦ blue 220

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

Shades of Royal Blue #2E53DC

Tints of Royal Blue #2E53DC

RGB

 RED value IS 46 (18.36% from 255) = 13.18%

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 13.18%
G = 23.78%
B = 63.04%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E53DC (or 0x2E53DC) is known color: Royal Blue. HEX triplet: 2E, 53 and DC. RGB value is (46,83,220). Sum of RGB (Red+Green+Blue) = 46+83+220=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E53DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E53DC is #D1AC23. Grayscale: #565656. Windows color (decimal): -13741092 or 14439214. OLE color: 14439214.

HSL color Cylindrical-coordinate representation of color #2E53DC: hue angle of 227.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E53DC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 83 220 -
CMYK 0.79 0.62 0 0.14
HSL 227.24º 0.71% 0.52% -
HSV(B) 227.24º 0.79% 0.86% -
XYZ 17.14 11.93 69.11 -
YUV 87.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 46 83 220 0.79 0.62 0 0.14 227.24 0.71 0.52
Hex 2E 53 DC 4F 3E 0 E E3 47 34
Octal 56 123 334 117 76 0 16 343 107 64
Binary 101110 1010011 11011100 1001111 111110 0 1110 11100011 1000111 110100

Color Harmonies of #2E53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E53DC

Black with #2E53DC

Text Example


Text Example

White with #2E53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E53DC; }

 p { color: rgb(46,83,220); }

 H1.HeaderClassName
 {
   color: #2E53DC;
 }
 .AnyTagClassName
 {
   color: #2E53DC;
 }
</style>

background-color css

<style>
 a { background-color: #2E53DC; }

 a { background-color: rgb(46,83,220); }

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

border-color css

<style>
 span { border-color: #2E53DC; }

 span { border-color: rgb(46,83,220); }

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