Html Css Color HEX #2E7CEC Royal Blue

📋 copy color: '#2E7CEC'

red 46 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #2E7CEC

Tints of Royal Blue #2E7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 11.33%
G = 30.54%
B = 58.13%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E7CEC (or 0x2E7CEC) is known color: Royal Blue. HEX triplet: 2E, 7C and EC. RGB value is (46,124,236). Sum of RGB (Red+Green+Blue) = 46+124+236=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E7CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7CEC is #D18313. Grayscale: #707070. Windows color (decimal): -13730580 or 15498286. OLE color: 15498286.

HSL color Cylindrical-coordinate representation of color #2E7CEC: hue angle of 215.37º 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 #2E7CEC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 124 236 -
CMYK 0.81 0.47 0 0.07
HSL 215.37º 0.83% 0.55% -
HSV(B) 215.37º 0.81% 0.93% -
XYZ 23.47 21.05 82.18 -
YUV 113.45 197.16 79.89 -
System Red Green Blue C M Y K H S L
Decimal 46 124 236 0.81 0.47 0 0.07 215.37 0.83 0.55
Hex 2E 7C EC 51 2F 0 7 D7 53 37
Octal 56 174 354 121 57 0 7 327 123 67
Binary 101110 1111100 11101100 1010001 101111 0 111 11010111 1010011 110111

Color Harmonies of #2E7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CEC

Black with #2E7CEC

Text Example


Text Example

White with #2E7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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