Html Css Color HEX #2E57DB Royal Blue

📋 copy color: '#2E57DB'

red 46 ◦ green 87 ◦ blue 219

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

Shades of Royal Blue #2E57DB

Tints of Royal Blue #2E57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 13.07%
G = 24.72%
B = 62.22%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E57DB (or 0x2E57DB) is known color: Royal Blue. HEX triplet: 2E, 57 and DB. RGB value is (46,87,219). Sum of RGB (Red+Green+Blue) = 46+87+219=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E57DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E57DB is #D1A824. Grayscale: #595959. Windows color (decimal): -13740069 or 14374702. OLE color: 14374702.

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

Color convert

RGB 46 87 219 -
CMYK 0.79 0.60 0 0.14
HSL 225.78º 0.71% 0.52% -
HSV(B) 225.78º 0.79% 0.86% -
XYZ 17.32 12.51 68.52 -
YUV 89.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 46 87 219 0.79 0.60 0 0.14 225.78 0.71 0.52
Hex 2E 57 DB 4F 3C 0 E E2 47 34
Octal 56 127 333 117 74 0 16 342 107 64
Binary 101110 1010111 11011011 1001111 111100 0 1110 11100010 1000111 110100

Color Harmonies of #2E57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E57DB

Black with #2E57DB

Text Example


Text Example

White with #2E57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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