Html Css Color HEX #2E77DB Royal Blue

📋 copy color: '#2E77DB'

red 46 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #2E77DB

Tints of Royal Blue #2E77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 11.98%
G = 30.99%
B = 57.03%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E77DB (or 0x2E77DB) is known color: Royal Blue. HEX triplet: 2E, 77 and DB. RGB value is (46,119,219). Sum of RGB (Red+Green+Blue) = 46+119+219=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77DB is #D18824. Grayscale: #6C6C6C. Windows color (decimal): -13731877 or 14382894. OLE color: 14382894.

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

Color convert

RGB 46 119 219 -
CMYK 0.79 0.46 0 0.14
HSL 214.68º 0.71% 0.52% -
HSV(B) 214.68º 0.79% 0.86% -
XYZ 20.51 18.89 69.58 -
YUV 108.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 46 119 219 0.79 0.46 0 0.14 214.68 0.71 0.52
Hex 2E 77 DB 4F 2E 0 E D7 47 34
Octal 56 167 333 117 56 0 16 327 107 64
Binary 101110 1110111 11011011 1001111 101110 0 1110 11010111 1000111 110100

Color Harmonies of #2E77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E77DB

Black with #2E77DB

Text Example


Text Example

White with #2E77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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