Html Css Color HEX #2E6CE9 Royal Blue

📋 copy color: '#2E6CE9'

red 46 ◦ green 108 ◦ blue 233

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

Shades of Royal Blue #2E6CE9

Tints of Royal Blue #2E6CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.21%

R = 11.89%
G = 27.91%
B = 60.21%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2E6CE9 (or 0x2E6CE9) is known color: Royal Blue. HEX triplet: 2E, 6C and E9. RGB value is (46,108,233). Sum of RGB (Red+Green+Blue) = 46+108+233=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E6CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CE9 is #D19316. Grayscale: #676767. Windows color (decimal): -13734679 or 15297582. OLE color: 15297582.

HSL color Cylindrical-coordinate representation of color #2E6CE9: hue angle of 220.11º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6CE9 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 108 233 -
CMYK 0.80 0.54 0 0.09
HSL 220.11º 0.81% 0.55% -
HSV(B) 220.11º 0.8% 0.91% -
XYZ 21.2 17.19 79.29 -
YUV 103.71 200.96 86.84 -
System Red Green Blue C M Y K H S L
Decimal 46 108 233 0.80 0.54 0 0.09 220.11 0.81 0.55
Hex 2E 6C E9 50 36 0 9 DC 51 37
Octal 56 154 351 120 66 0 11 334 121 67
Binary 101110 1101100 11101001 1010000 110110 0 1001 11011100 1010001 110111

Color Harmonies of #2E6CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CE9

Black with #2E6CE9

Text Example


Text Example

White with #2E6CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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