Html Css Color HEX #2E79D7 Royal Blue

📋 copy color: '#2E79D7'

red 46 ◦ green 121 ◦ blue 215

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

Shades of Royal Blue #2E79D7

Tints of Royal Blue #2E79D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 215 (84.38% from 255) = 56.28%

R = 12.04%
G = 31.68%
B = 56.28%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E79D7 (or 0x2E79D7) is known color: Royal Blue. HEX triplet: 2E, 79 and D7. RGB value is (46,121,215). Sum of RGB (Red+Green+Blue) = 46+121+215=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E79D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E79D7 is #D18628. Grayscale: #6C6C6C. Windows color (decimal): -13731369 or 14121262. OLE color: 14121262.

HSL color Cylindrical-coordinate representation of color #2E79D7: hue angle of 213.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E79D7 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 121 215 -
CMYK 0.79 0.44 0 0.16
HSL 213.37º 0.68% 0.51% -
HSV(B) 213.37º 0.79% 0.84% -
XYZ 20.23 19.16 66.92 -
YUV 109.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 46 121 215 0.79 0.44 0 0.16 213.37 0.68 0.51
Hex 2E 79 D7 4F 2C 0 10 D5 44 33
Octal 56 171 327 117 54 0 20 325 104 63
Binary 101110 1111001 11010111 1001111 101100 0 10000 11010101 1000100 110011

Color Harmonies of #2E79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E79D7

Black with #2E79D7

Text Example


Text Example

White with #2E79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,215); }

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

background-color css

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

 a { background-color: rgb(46,121,215); }

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

border-color css

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

 span { border-color: rgb(46,121,215); }

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