#2776F2

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

Shades of Dodger Blue #2776F2

Tints of Dodger Blue #2776F2

Color information

#2776F2 (or 0x2776F2) is unknown color: approx Dodger Blue. HEX triplet: 27, 76 and F2. RGB value is (39,118,242). Sum of RGB (Red+Green+Blue) = 39+118+242=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #2776F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2776F2 is #D8890D. Grayscale: #6B6B6B. Windows color (decimal): -14190862 or 15889959. OLE color: 15889959.

HSL color Cylindrical-coordinate representation of color #2776F2: hue angle of 216.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2776F2 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB39118242-
CMYK0.840.5100.05
HSL216.65º88.65%55.1%-
HSV(B)216.65º83.88%94.9%-
XYZ23.3419.886.6-
YUV108.51203.3378.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.77%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 242 (94.92% from 255) = 60.65%
R=9.77%
G=29.57%
B=60.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal391182420.840.5100.05216.6588.6555.1
Hex2776F2543305d95937
Octal47166362124630533113167
Binary10011111101101111001010101001100110101110110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2776F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2776F2; }

 p { color: rgb(39,118,242); }

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

<style>
 a { background-color: #2776F2; }

 a { background-color: rgb(39,118,242); }

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

<style>
 span { border-color: #2776F2; }

 span { border-color: rgb(39,118,242); }

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