#2E7BDB

Color #2E7BDB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2E7BDB

Tints of Royal Blue #2E7BDB

Color information

#2E7BDB (or 0x2E7BDB) is unknown color: approx Royal Blue. HEX triplet: 2E, 7B and DB. RGB value is (46,123,219). Sum of RGB (Red+Green+Blue) = 46+123+219=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E7BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BDB is #D18424. Grayscale: #6E6E6E. Windows color (decimal): -13730853 or 14383918. OLE color: 14383918.

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

Color convert

RGB46123219-
CMYK0.790.4400.14
HSL213.29º70.61%51.96%-
HSV(B)213.29º79%85.88%-
XYZ2119.8669.74-
YUV110.92188.9981.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 219 (85.94% from 255) = 56.44%
R=11.86%
G=31.70%
B=56.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal461232190.790.4400.14213.2970.6151.96
Hex2E7BDB4F2C0Ed54734
Octal561733331175401632510764
Binary101110111101111011011100111110110001110110101011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E7BDB;
 }
 .AnyTagClassName
 {
   color: #2E7BDB;
 }
</style>
background-color css

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

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

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

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

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

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