Html Css Color HEX #2E6DD7 Royal Blue

📋 copy color: '#2E6DD7'

red 46 ◦ green 109 ◦ blue 215

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

Shades of Royal Blue #2E6DD7

Tints of Royal Blue #2E6DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 215 (84.38% from 255) = 58.11%

R = 12.43%
G = 29.46%
B = 58.11%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E6DD7 (or 0x2E6DD7) is known color: Royal Blue. HEX triplet: 2E, 6D and D7. RGB value is (46,109,215). Sum of RGB (Red+Green+Blue) = 46+109+215=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E6DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DD7 is #D19228. Grayscale: #656565. Windows color (decimal): -13734441 or 14118190. OLE color: 14118190.

HSL color Cylindrical-coordinate representation of color #2E6DD7: hue angle of 217.63º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6DD7 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 109 215 -
CMYK 0.79 0.49 0 0.16
HSL 217.63º 0.68% 0.51% -
HSV(B) 217.63º 0.79% 0.84% -
XYZ 18.86 16.42 66.47 -
YUV 102.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 46 109 215 0.79 0.49 0 0.16 217.63 0.68 0.51
Hex 2E 6D D7 4F 31 0 10 DA 44 33
Octal 56 155 327 117 61 0 20 332 104 63
Binary 101110 1101101 11010111 1001111 110001 0 10000 11011010 1000100 110011

Color Harmonies of #2E6DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6DD7

Black with #2E6DD7

Text Example


Text Example

White with #2E6DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,215); }

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

background-color css

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

 a { background-color: rgb(46,109,215); }

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

border-color css

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

 span { border-color: rgb(46,109,215); }

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