#2C80E1

Color #2C80E1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2C80E1

Tints of Royal Blue #2C80E1

Color information

#2C80E1 (or 0x2C80E1) is unknown color: approx Royal Blue. HEX triplet: 2C, 80 and E1. RGB value is (44,128,225). Sum of RGB (Red+Green+Blue) = 44+128+225=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C80E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C80E1 is #D37F1E. Grayscale: #717171. Windows color (decimal): -13860639 or 14778412. OLE color: 14778412.

HSL color Cylindrical-coordinate representation of color #2C80E1: hue angle of 212.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C80E1 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB44128225-
CMYK0.800.4300.12
HSL212.15º75.1%52.75%-
HSV(B)212.15º80.44%88.24%-
XYZ22.3521.4174.19-
YUV113.94190.6778.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.08%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=11.08%
G=32.24%
B=56.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal441282250.800.4300.12212.1575.152.75
Hex2C80E1502B0Cd44b35
Octal542003411205301432411365
Binary1011001000000011100001101000010101101100110101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C80E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,128,225); }

 H1.HeaderClassName
 {
   color: #2C80E1;
 }
 .AnyTagClassName
 {
   color: #2C80E1;
 }
</style>
background-color css

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

 a { background-color: rgb(44,128,225); }

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

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

 span { border-color: rgb(44,128,225); }

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