#2C77FA

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

Shades of Dodger Blue #2C77FA

Tints of Dodger Blue #2C77FA

Color information

#2C77FA (or 0x2C77FA) is unknown color: approx Dodger Blue. HEX triplet: 2C, 77 and FA. RGB value is (44,119,250). Sum of RGB (Red+Green+Blue) = 44+119+250=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C77FA is #D38805. Grayscale: #6E6E6E. Windows color (decimal): -13862918 or 16414508. OLE color: 16414508.

HSL color Cylindrical-coordinate representation of color #2C77FA: hue angle of 218.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C77FA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44119250-
CMYK0.820.5200.02
HSL218.16º95.37%57.65%-
HSV(B)218.16º82.4%98.04%-
XYZ24.8920.6393.11-
YUV111.51206.1579.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.65%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=10.65%
G=28.81%
B=60.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441192500.820.5200.02218.1695.3757.65
Hex2C77FA523402da5f3a
Octal54167372122640233213772
Binary1011001110111111110101010010110100010110110101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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