#2990F2

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

Shades of Dodger Blue #2990F2

Tints of Dodger Blue #2990F2

Color information

#2990F2 (or 0x2990F2) is unknown color: approx Dodger Blue. HEX triplet: 29, 90 and F2. RGB value is (41,144,242). Sum of RGB (Red+Green+Blue) = 41+144+242=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #2990F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2990F2 is #D66F0D. Grayscale: #7B7B7B. Windows color (decimal): -14053134 or 15896617. OLE color: 15896617.

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

Color convert

RGB41144242-
CMYK0.830.4000.05
HSL209.25º88.55%55.49%-
HSV(B)209.25º83.06%94.9%-
XYZ26.9126.8387.76-
YUV124.38194.3868.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.60%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 242 (94.92% from 255) = 56.67%
R=9.60%
G=33.72%
B=56.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal411442420.830.4000.05209.2588.5555.49
Hex2990F2532805d15937
Octal51220362123500532113167
Binary101001100100001111001010100111010000101110100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2990F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,144,242); }

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

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

 a { background-color: rgb(41,144,242); }

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

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

 span { border-color: rgb(41,144,242); }

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