Html Css Color HEX #2E80DE Royal Blue

📋 copy color: '#2E80DE'

red 46 ◦ green 128 ◦ blue 222

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

Shades of Royal Blue #2E80DE

Tints of Royal Blue #2E80DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 11.62%
G = 32.32%
B = 56.06%

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

#2E80DE (or 0x2E80DE) is known color: Royal Blue. HEX triplet: 2E, 80 and DE. RGB value is (46,128,222). Sum of RGB (Red+Green+Blue) = 46+128+222=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E80DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80DE is #D17F21. Grayscale: #717171. Windows color (decimal): -13729570 or 14581806. OLE color: 14581806.

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

Color convert

RGB 46 128 222 -
CMYK 0.79 0.42 0 0.13
HSL 212.05º 0.73% 0.53% -
HSV(B) 212.05º 0.79% 0.87% -
XYZ 22.03 21.29 72.06 -
YUV 114.2 188.83 79.36 -
System Red Green Blue C M Y K H S L
Decimal 46 128 222 0.79 0.42 0 0.13 212.05 0.73 0.53
Hex 2E 80 DE 4F 2A 0 D D4 49 35
Octal 56 200 336 117 52 0 15 324 111 65
Binary 101110 10000000 11011110 1001111 101010 0 1101 11010100 1001001 110101

Color Harmonies of #2E80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E80DE

Black with #2E80DE

Text Example


Text Example

White with #2E80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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