Html Css Color HEX #2E6CEC Royal Blue

📋 copy color: '#2E6CEC'

red 46 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #2E6CEC

Tints of Royal Blue #2E6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 11.79%
G = 27.69%
B = 60.51%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E6CEC (or 0x2E6CEC) is known color: Royal Blue. HEX triplet: 2E, 6C and EC. RGB value is (46,108,236). Sum of RGB (Red+Green+Blue) = 46+108+236=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E6CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CEC is #D19313. Grayscale: #676767. Windows color (decimal): -13734676 or 15494190. OLE color: 15494190.

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

Color convert

RGB 46 108 236 -
CMYK 0.81 0.54 0 0.07
HSL 220.42º 0.83% 0.55% -
HSV(B) 220.42º 0.81% 0.93% -
XYZ 21.63 17.36 81.57 -
YUV 104.05 202.46 86.59 -
System Red Green Blue C M Y K H S L
Decimal 46 108 236 0.81 0.54 0 0.07 220.42 0.83 0.55
Hex 2E 6C EC 51 36 0 7 DC 53 37
Octal 56 154 354 121 66 0 7 334 123 67
Binary 101110 1101100 11101100 1010001 110110 0 111 11011100 1010011 110111

Color Harmonies of #2E6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CEC

Black with #2E6CEC

Text Example


Text Example

White with #2E6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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