#2979F3

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

Shades of Dodger Blue #2979F3

Tints of Dodger Blue #2979F3

Color information

#2979F3 (or 0x2979F3) is unknown color: approx Dodger Blue. HEX triplet: 29, 79 and F3. RGB value is (41,121,243). Sum of RGB (Red+Green+Blue) = 41+121+243=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #2979F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979F3 is #D6860C. Grayscale: #6E6E6E. Windows color (decimal): -14059021 or 15956265. OLE color: 15956265.

HSL color Cylindrical-coordinate representation of color #2979F3: hue angle of 216.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2979F3 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB41121243-
CMYK0.830.5000.05
HSL216.24º89.38%55.69%-
HSV(B)216.24º83.13%95.29%-
XYZ23.9320.6287.51-
YUV110.99202.578.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.12%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 243 (95.31% from 255) = 60%
R=10.12%
G=29.88%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal411212430.830.5000.05216.2489.3855.69
Hex2979F3533205d85938
Octal51171363123620533013170
Binary10100111110011111001110100111100100101110110001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2979F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2979F3; }

 p { color: rgb(41,121,243); }

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

<style>
 a { background-color: #2979F3; }

 a { background-color: rgb(41,121,243); }

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

<style>
 span { border-color: #2979F3; }

 span { border-color: rgb(41,121,243); }

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