#2996F1

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

Shades of Dodger Blue #2996F1

Tints of Dodger Blue #2996F1

Color information

#2996F1 (or 0x2996F1) is unknown color: approx Dodger Blue. HEX triplet: 29, 96 and F1. RGB value is (41,150,241). Sum of RGB (Red+Green+Blue) = 41+150+241=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #2996F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996F1 is #D6690E. Grayscale: #7F7F7F. Windows color (decimal): -14051599 or 15832617. OLE color: 15832617.

HSL color Cylindrical-coordinate representation of color #2996F1: hue angle of 207.3º degrees, saturation: 0.88, 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 #2996F1 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB41150241-
CMYK0.830.3800.05
HSL207.3º87.72%55.29%-
HSV(B)207.3º82.99%94.51%-
XYZ27.728.6387.29-
YUV127.78191.8966.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.49%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=9.49%
G=34.72%
B=55.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal411502410.830.3800.05207.387.7255.29
Hex2996F1532605cf5837
Octal51226361123460531713067
Binary101001100101101111000110100111001100101110011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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