Html Css Color HEX #2E7DDB Royal Blue

📋 copy color: '#2E7DDB'

red 46 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #2E7DDB

Tints of Royal Blue #2E7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 11.79%
G = 32.05%
B = 56.15%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E7DDB (or 0x2E7DDB) is known color: Royal Blue. HEX triplet: 2E, 7D and DB. RGB value is (46,125,219). Sum of RGB (Red+Green+Blue) = 46+125+219=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DDB is #D18224. Grayscale: #6F6F6F. Windows color (decimal): -13730341 or 14384430. OLE color: 14384430.

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

Color convert

RGB 46 125 219 -
CMYK 0.79 0.43 0 0.14
HSL 212.6º 0.71% 0.52% -
HSV(B) 212.6º 0.79% 0.86% -
XYZ 21.25 20.36 69.83 -
YUV 112.1 188.33 80.86 -
System Red Green Blue C M Y K H S L
Decimal 46 125 219 0.79 0.43 0 0.14 212.6 0.71 0.52
Hex 2E 7D DB 4F 2B 0 E D5 47 34
Octal 56 175 333 117 53 0 16 325 107 64
Binary 101110 1111101 11011011 1001111 101011 0 1110 11010101 1000111 110100

Color Harmonies of #2E7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DDB

Black with #2E7DDB

Text Example


Text Example

White with #2E7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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