#2996EF

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

Shades of Dodger Blue #2996EF

Tints of Dodger Blue #2996EF

Color information

#2996EF (or 0x2996EF) is unknown color: approx Dodger Blue. HEX triplet: 29, 96 and EF. RGB value is (41,150,239). Sum of RGB (Red+Green+Blue) = 41+150+239=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #2996EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996EF is #D66910. Grayscale: #7F7F7F. Windows color (decimal): -14051601 or 15701545. OLE color: 15701545.

HSL color Cylindrical-coordinate representation of color #2996EF: hue angle of 206.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2996EF is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB41150239-
CMYK0.830.3700.06
HSL206.97º86.09%54.9%-
HSV(B)206.97º82.85%93.73%-
XYZ27.428.5285.72-
YUV127.56190.8966.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.53%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 239 (93.75% from 255) = 55.58%
R=9.53%
G=34.88%
B=55.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal411502390.830.3700.06206.9786.0954.9
Hex2996EF532506cf5637
Octal51226357123450631712667
Binary101001100101101110111110100111001010110110011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2996EF; }

 p { color: rgb(41,150,239); }

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

<style>
 a { background-color: #2996EF; }

 a { background-color: rgb(41,150,239); }

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

<style>
 span { border-color: #2996EF; }

 span { border-color: rgb(41,150,239); }

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