#2984F1

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

Shades of Dodger Blue #2984F1

Tints of Dodger Blue #2984F1

Color information

#2984F1 (or 0x2984F1) is unknown color: approx Dodger Blue. HEX triplet: 29, 84 and F1. RGB value is (41,132,241). Sum of RGB (Red+Green+Blue) = 41+132+241=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #2984F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2984F1 is #D67B0E. Grayscale: #747474. Windows color (decimal): -14056207 or 15828009. OLE color: 15828009.

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

Color convert

RGB41132241-
CMYK0.830.4500.05
HSL212.7º87.72%55.29%-
HSV(B)212.7º82.99%94.51%-
XYZ25.0423.3286.4-
YUV117.22197.8573.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.90%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 241 (94.53% from 255) = 58.21%
R=9.90%
G=31.88%
B=58.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal411322410.830.4500.05212.787.7255.29
Hex2984F1532D05d55837
Octal51204361123550532513067
Binary101001100001001111000110100111011010101110101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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