Html Css Color HEX #2E53EC Royal Blue

📋 copy color: '#2E53EC'

red 46 ◦ green 83 ◦ blue 236

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

Shades of Royal Blue #2E53EC

Tints of Royal Blue #2E53EC

RGB

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

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

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

R = 12.6%
G = 22.74%
B = 64.66%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E53EC (or 0x2E53EC) is known color: Royal Blue. HEX triplet: 2E, 53 and EC. RGB value is (46,83,236). Sum of RGB (Red+Green+Blue) = 46+83+236=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E53EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E53EC is #D1AC13. Grayscale: #585858. Windows color (decimal): -13741076 or 15487790. OLE color: 15487790.

HSL color Cylindrical-coordinate representation of color #2E53EC: hue angle of 228.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E53EC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 83 236 -
CMYK 0.81 0.65 0 0.07
HSL 228.32º 0.83% 0.55% -
HSV(B) 228.32º 0.81% 0.93% -
XYZ 19.36 12.82 80.81 -
YUV 89.38 210.74 97.06 -
System Red Green Blue C M Y K H S L
Decimal 46 83 236 0.81 0.65 0 0.07 228.32 0.83 0.55
Hex 2E 53 EC 51 41 0 7 E4 53 37
Octal 56 123 354 121 101 0 7 344 123 67
Binary 101110 1010011 11101100 1010001 1000001 0 111 11100100 1010011 110111

Color Harmonies of #2E53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E53EC

Black with #2E53EC

Text Example


Text Example

White with #2E53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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