#2999F4

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

Shades of Dodger Blue #2999F4

Tints of Dodger Blue #2999F4

Color information

#2999F4 (or 0x2999F4) is unknown color: approx Dodger Blue. HEX triplet: 29, 99 and F4. RGB value is (41,153,244). Sum of RGB (Red+Green+Blue) = 41+153+244=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #2999F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2999F4 is #D6660B. Grayscale: #818181. Windows color (decimal): -14050828 or 16029993. OLE color: 16029993.

HSL color Cylindrical-coordinate representation of color #2999F4: hue angle of 206.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2999F4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB41153244-
CMYK0.830.3700.04
HSL206.9º90.22%55.88%-
HSV(B)206.9º83.2%95.69%-
XYZ28.6329.7989.83-
YUV129.89192.3964.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.36%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 244 (95.70% from 255) = 55.71%
R=9.36%
G=34.93%
B=55.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal411532440.830.3700.04206.990.2255.88
Hex2999F4532504cf5a38
Octal51231364123450431713270
Binary101001100110011111010010100111001010100110011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2999F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2999F4; }

 p { color: rgb(41,153,244); }

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

<style>
 a { background-color: #2999F4; }

 a { background-color: rgb(41,153,244); }

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

<style>
 span { border-color: #2999F4; }

 span { border-color: rgb(41,153,244); }

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