Html Css Color HEX #2E6ADC Royal Blue

📋 copy color: '#2E6ADC'

red 46 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #2E6ADC

Tints of Royal Blue #2E6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.14%

R = 12.37%
G = 28.49%
B = 59.14%

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

#2E6ADC (or 0x2E6ADC) is known color: Royal Blue. HEX triplet: 2E, 6A and DC. RGB value is (46,106,220). Sum of RGB (Red+Green+Blue) = 46+106+220=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ADC is #D19523. Grayscale: #646464. Windows color (decimal): -13735204 or 14445102. OLE color: 14445102.

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

Color convert

RGB 46 106 220 -
CMYK 0.79 0.52 0 0.14
HSL 219.31º 0.71% 0.52% -
HSV(B) 219.31º 0.79% 0.86% -
XYZ 19.2 16.06 69.8 -
YUV 101.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 46 106 220 0.79 0.52 0 0.14 219.31 0.71 0.52
Hex 2E 6A DC 4F 34 0 E DB 47 34
Octal 56 152 334 117 64 0 16 333 107 64
Binary 101110 1101010 11011100 1001111 110100 0 1110 11011011 1000111 110100

Color Harmonies of #2E6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ADC

Black with #2E6ADC

Text Example


Text Example

White with #2E6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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