Html Css Color HEX #2E7FDB Royal Blue

📋 copy color: '#2E7FDB'

red 46 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #2E7FDB

Tints of Royal Blue #2E7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

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

R = 11.73%
G = 32.4%
B = 55.87%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E7FDB (or 0x2E7FDB) is known color: Royal Blue. HEX triplet: 2E, 7F and DB. RGB value is (46,127,219). Sum of RGB (Red+Green+Blue) = 46+127+219=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FDB is #D18024. Grayscale: #707070. Windows color (decimal): -13729829 or 14384942. OLE color: 14384942.

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

Color convert

RGB 46 127 219 -
CMYK 0.79 0.42 0 0.14
HSL 211.91º 0.71% 0.52% -
HSV(B) 211.91º 0.79% 0.86% -
XYZ 21.5 20.87 69.91 -
YUV 113.27 187.66 80.02 -
System Red Green Blue C M Y K H S L
Decimal 46 127 219 0.79 0.42 0 0.14 211.91 0.71 0.52
Hex 2E 7F DB 4F 2A 0 E D4 47 34
Octal 56 177 333 117 52 0 16 324 107 64
Binary 101110 1111111 11011011 1001111 101010 0 1110 11010100 1000111 110100

Color Harmonies of #2E7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FDB

Black with #2E7FDB

Text Example


Text Example

White with #2E7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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