Html Css Color HEX #2E6FDB Royal Blue

📋 copy color: '#2E6FDB'

red 46 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #2E6FDB

Tints of Royal Blue #2E6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 12.23%
G = 29.52%
B = 58.24%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E6FDB (or 0x2E6FDB) is known color: Royal Blue. HEX triplet: 2E, 6F and DB. RGB value is (46,111,219). Sum of RGB (Red+Green+Blue) = 46+111+219=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FDB is #D19024. Grayscale: #676767. Windows color (decimal): -13733925 or 14380846. OLE color: 14380846.

HSL color Cylindrical-coordinate representation of color #2E6FDB: hue angle of 217.46º 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 #2E6FDB is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 111 219 -
CMYK 0.79 0.49 0 0.14
HSL 217.46º 0.71% 0.52% -
HSV(B) 217.46º 0.79% 0.86% -
XYZ 19.6 17.06 69.28 -
YUV 103.88 192.97 86.72 -
System Red Green Blue C M Y K H S L
Decimal 46 111 219 0.79 0.49 0 0.14 217.46 0.71 0.52
Hex 2E 6F DB 4F 31 0 E D9 47 34
Octal 56 157 333 117 61 0 16 331 107 64
Binary 101110 1101111 11011011 1001111 110001 0 1110 11011001 1000111 110100

Color Harmonies of #2E6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FDB

Black with #2E6FDB

Text Example


Text Example

White with #2E6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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