Html Css Color HEX #2E6ADB Royal Blue

📋 copy color: '#2E6ADB'

red 46 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #2E6ADB

Tints of Royal Blue #2E6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 12.4%
G = 28.57%
B = 59.03%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E6ADB (or 0x2E6ADB) is known color: Royal Blue. HEX triplet: 2E, 6A and DB. RGB value is (46,106,219). Sum of RGB (Red+Green+Blue) = 46+106+219=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ADB is #D19524. Grayscale: #646464. Windows color (decimal): -13735205 or 14379566. OLE color: 14379566.

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

Color convert

RGB 46 106 219 -
CMYK 0.79 0.52 0 0.14
HSL 219.19º 0.71% 0.52% -
HSV(B) 219.19º 0.79% 0.86% -
XYZ 19.07 16 69.1 -
YUV 100.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 46 106 219 0.79 0.52 0 0.14 219.19 0.71 0.52
Hex 2E 6A DB 4F 34 0 E DB 47 34
Octal 56 152 333 117 64 0 16 333 107 64
Binary 101110 1101010 11011011 1001111 110100 0 1110 11011011 1000111 110100

Color Harmonies of #2E6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ADB

Black with #2E6ADB

Text Example


Text Example

White with #2E6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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