#2196F4

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

Shades of Dodger Blue #2196F4

Tints of Dodger Blue #2196F4

Color information

#2196F4 (or 0x2196F4) is unknown color: approx Dodger Blue. HEX triplet: 21, 96 and F4. RGB value is (33,150,244). Sum of RGB (Red+Green+Blue) = 33+150+244=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #2196F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2196F4 is #DE690B. Grayscale: #7D7D7D. Windows color (decimal): -14575884 or 16029217. OLE color: 16029217.

HSL color Cylindrical-coordinate representation of color #2196F4: hue angle of 206.73º 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 #2196F4 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33150244-
CMYK0.860.3900.04
HSL206.73º90.56%54.31%-
HSV(B)206.73º86.48%95.69%-
XYZ27.8628.6789.65-
YUV125.73194.7461.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.73%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 244 (95.70% from 255) = 57.14%
R=7.73%
G=35.13%
B=57.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331502440.860.3900.04206.7390.5654.31
Hex2196F4562704cf5b36
Octal41226364126470431713366
Binary100001100101101111010010101101001110100110011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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