Html Css Color HEX #2E72DD Royal Blue

📋 copy color: '#2E72DD'

red 46 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #2E72DD

Tints of Royal Blue #2E72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 12.07%
G = 29.92%
B = 58.01%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E72DD (or 0x2E72DD) is known color: Royal Blue. HEX triplet: 2E, 72 and DD. RGB value is (46,114,221). Sum of RGB (Red+Green+Blue) = 46+114+221=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E72DD is #D18D22. Grayscale: #696969. Windows color (decimal): -13733155 or 14512686. OLE color: 14512686.

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

Color convert

RGB 46 114 221 -
CMYK 0.79 0.48 0 0.13
HSL 216.69º 0.72% 0.52% -
HSV(B) 216.69º 0.79% 0.87% -
XYZ 20.2 17.84 70.78 -
YUV 105.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 46 114 221 0.79 0.48 0 0.13 216.69 0.72 0.52
Hex 2E 72 DD 4F 30 0 D D9 48 34
Octal 56 162 335 117 60 0 15 331 110 64
Binary 101110 1110010 11011101 1001111 110000 0 1101 11011001 1001000 110100

Color Harmonies of #2E72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E72DD

Black with #2E72DD

Text Example


Text Example

White with #2E72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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