Html Css Color HEX #2E6AEA Royal Blue

📋 copy color: '#2E6AEA'

red 46 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #2E6AEA

Tints of Royal Blue #2E6AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 11.92%
G = 27.46%
B = 60.62%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E6AEA (or 0x2E6AEA) is known color: Royal Blue. HEX triplet: 2E, 6A and EA. RGB value is (46,106,234). Sum of RGB (Red+Green+Blue) = 46+106+234=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E6AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AEA is #D19515. Grayscale: #666666. Windows color (decimal): -13735190 or 15362606. OLE color: 15362606.

HSL color Cylindrical-coordinate representation of color #2E6AEA: hue angle of 220.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6AEA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 106 234 -
CMYK 0.80 0.55 0 0.08
HSL 220.85º 0.82% 0.55% -
HSV(B) 220.85º 0.8% 0.92% -
XYZ 21.13 16.83 79.98 -
YUV 102.65 202.12 87.59 -
System Red Green Blue C M Y K H S L
Decimal 46 106 234 0.80 0.55 0 0.08 220.85 0.82 0.55
Hex 2E 6A EA 50 37 0 8 DD 52 37
Octal 56 152 352 120 67 0 10 335 122 67
Binary 101110 1101010 11101010 1010000 110111 0 1000 11011101 1010010 110111

Color Harmonies of #2E6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6AEA

Black with #2E6AEA

Text Example


Text Example

White with #2E6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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