#2c77df

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

Shades of Royal Blue #2C77DF

Tints of Royal Blue #2C77DF

Color information

#2C77DF (or 0x2C77DF) is unknown color: approx Royal Blue. HEX triplet: 2C, 77 and DF. RGB value is (44,119,223). Sum of RGB (Red+Green+Blue) = 44+119+223=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C77DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77DF is #D38820. Grayscale: #6B6B6B. Windows color (decimal): -13862945 or 14645036. OLE color: 14645036.

HSL color Cylindrical-coordinate representation of color #2C77DF: hue angle of 214.86º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C77DF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44119223-
CMYK0.800.4700.13
HSL214.86º73.66%52.35%-
HSV(B)214.86º80.27%87.45%-
XYZ20.9519.0672.39-
YUV108.43192.6582.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.40%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=11.40%
G=30.83%
B=57.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441192230.800.4700.13214.8673.6652.35
Hex2C77DF502F0Dd74a34
Octal541673371205701532711264
Binary101100111011111011111101000010111101101110101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c77df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,223); }

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

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

 a { background-color: rgb(44,119,223); }

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

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

 span { border-color: rgb(44,119,223); }

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