Html Css Color HEX #2E80DD Royal Blue

📋 copy color: '#2E80DD'

red 46 ◦ green 128 ◦ blue 221

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

Shades of Royal Blue #2E80DD

Tints of Royal Blue #2E80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 11.65%
G = 32.41%
B = 55.95%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E80DD (or 0x2E80DD) is known color: Royal Blue. HEX triplet: 2E, 80 and DD. RGB value is (46,128,221). Sum of RGB (Red+Green+Blue) = 46+128+221=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E80DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80DD is #D17F22. Grayscale: #717171. Windows color (decimal): -13729571 or 14516270. OLE color: 14516270.

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

Color convert

RGB 46 128 221 -
CMYK 0.79 0.42 0 0.13
HSL 211.89º 0.72% 0.52% -
HSV(B) 211.89º 0.79% 0.87% -
XYZ 21.9 21.24 71.35 -
YUV 114.08 188.33 79.44 -
System Red Green Blue C M Y K H S L
Decimal 46 128 221 0.79 0.42 0 0.13 211.89 0.72 0.52
Hex 2E 80 DD 4F 2A 0 D D4 48 34
Octal 56 200 335 117 52 0 15 324 110 64
Binary 101110 10000000 11011101 1001111 101010 0 1101 11010100 1001000 110100

Color Harmonies of #2E80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E80DD

Black with #2E80DD

Text Example


Text Example

White with #2E80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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