Html Css Color HEX #2E57DF Royal Blue

📋 copy color: '#2E57DF'

red 46 ◦ green 87 ◦ blue 223

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

Shades of Royal Blue #2E57DF

Tints of Royal Blue #2E57DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 12.92%
G = 24.44%
B = 62.64%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E57DF (or 0x2E57DF) is known color: Royal Blue. HEX triplet: 2E, 57 and DF. RGB value is (46,87,223). Sum of RGB (Red+Green+Blue) = 46+87+223=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E57DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E57DF is #D1A820. Grayscale: #595959. Windows color (decimal): -13740065 or 14636846. OLE color: 14636846.

HSL color Cylindrical-coordinate representation of color #2E57DF: hue angle of 226.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E57DF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 87 223 -
CMYK 0.79 0.61 0 0.13
HSL 226.1º 0.73% 0.53% -
HSV(B) 226.1º 0.79% 0.87% -
XYZ 17.85 12.72 71.33 -
YUV 90.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 46 87 223 0.79 0.61 0 0.13 226.1 0.73 0.53
Hex 2E 57 DF 4F 3D 0 D E2 49 35
Octal 56 127 337 117 75 0 15 342 111 65
Binary 101110 1010111 11011111 1001111 111101 0 1101 11100010 1001001 110101

Color Harmonies of #2E57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E57DF

Black with #2E57DF

Text Example


Text Example

White with #2E57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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