Html Css Color HEX #2E72DC Royal Blue

📋 copy color: '#2E72DC'

red 46 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #2E72DC

Tints of Royal Blue #2E72DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 12.11%
G = 30%
B = 57.89%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E72DC (or 0x2E72DC) is known color: Royal Blue. HEX triplet: 2E, 72 and DC. RGB value is (46,114,220). Sum of RGB (Red+Green+Blue) = 46+114+220=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E72DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E72DC is #D18D23. Grayscale: #696969. Windows color (decimal): -13733156 or 14447150. OLE color: 14447150.

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

Color convert

RGB 46 114 220 -
CMYK 0.79 0.48 0 0.14
HSL 216.55º 0.71% 0.52% -
HSV(B) 216.55º 0.79% 0.86% -
XYZ 20.06 17.78 70.09 -
YUV 105.75 192.47 85.38 -
System Red Green Blue C M Y K H S L
Decimal 46 114 220 0.79 0.48 0 0.14 216.55 0.71 0.52
Hex 2E 72 DC 4F 30 0 E D9 47 34
Octal 56 162 334 117 60 0 16 331 107 64
Binary 101110 1110010 11011100 1001111 110000 0 1110 11011001 1000111 110100

Color Harmonies of #2E72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E72DC

Black with #2E72DC

Text Example


Text Example

White with #2E72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,220); }

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

background-color css

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

 a { background-color: rgb(46,114,220); }

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

border-color css

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

 span { border-color: rgb(46,114,220); }

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