Html Css Color HEX #2E6DDB Royal Blue

📋 copy color: '#2E6DDB'

red 46 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #2E6DDB

Tints of Royal Blue #2E6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 12.3%
G = 29.14%
B = 58.56%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E6DDB (or 0x2E6DDB) is known color: Royal Blue. HEX triplet: 2E, 6D and DB. RGB value is (46,109,219). Sum of RGB (Red+Green+Blue) = 46+109+219=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DDB is #D19224. Grayscale: #666666. Windows color (decimal): -13734437 or 14380334. OLE color: 14380334.

HSL color Cylindrical-coordinate representation of color #2E6DDB: hue angle of 218.15º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6DDB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 109 219 -
CMYK 0.79 0.50 0 0.14
HSL 218.15º 0.71% 0.52% -
HSV(B) 218.15º 0.79% 0.86% -
XYZ 19.38 16.63 69.21 -
YUV 102.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 46 109 219 0.79 0.50 0 0.14 218.15 0.71 0.52
Hex 2E 6D DB 4F 32 0 E DA 47 34
Octal 56 155 333 117 62 0 16 332 107 64
Binary 101110 1101101 11011011 1001111 110010 0 1110 11011010 1000111 110100

Color Harmonies of #2E6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6DDB

Black with #2E6DDB

Text Example


Text Example

White with #2E6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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