#2197F4

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

Shades of Dodger Blue #2197F4

Tints of Dodger Blue #2197F4

Color information

#2197F4 (or 0x2197F4) is unknown color: approx Dodger Blue. HEX triplet: 21, 97 and F4. RGB value is (33,151,244). Sum of RGB (Red+Green+Blue) = 33+151+244=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 244 (95.70% from 255 or 57.01% from 428); Max value from RGB is 244 - color contains mainly: blue. Hex color #2197F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2197F4 is #DE680B. Grayscale: #7D7D7D. Windows color (decimal): -14575628 or 16029473. OLE color: 16029473.

HSL color Cylindrical-coordinate representation of color #2197F4: hue angle of 206.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2197F4 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33151244-
CMYK0.860.3800.04
HSL206.45º90.56%54.31%-
HSV(B)206.45º86.48%95.69%-
XYZ28.0228.9989.71-
YUV126.32194.4161.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.71%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 244 (95.70% from 255) = 57.01%
R=7.71%
G=35.28%
B=57.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331512440.860.3800.04206.4590.5654.31
Hex2197F4562604ce5b36
Octal41227364126460431613366
Binary100001100101111111010010101101001100100110011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2197F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,151,244); }

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

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

 a { background-color: rgb(33,151,244); }

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

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

 span { border-color: rgb(33,151,244); }

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