#2196ED

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

Shades of Dodger Blue #2196ED

Tints of Dodger Blue #2196ED

Color information

#2196ED (or 0x2196ED) is unknown color: approx Dodger Blue. HEX triplet: 21, 96 and ED. RGB value is (33,150,237). Sum of RGB (Red+Green+Blue) = 33+150+237=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #2196ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2196ED is #DE6912. Grayscale: #7C7C7C. Windows color (decimal): -14575891 or 15570465. OLE color: 15570465.

HSL color Cylindrical-coordinate representation of color #2196ED: hue angle of 205.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2196ED is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33150237-
CMYK0.860.3700.07
HSL205.59º85%52.94%-
HSV(B)205.59º86.08%92.94%-
XYZ26.8228.2584.16-
YUV124.94191.2462.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.86%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 237 (92.97% from 255) = 56.43%
R=7.86%
G=35.71%
B=56.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331502370.860.3700.07205.598552.94
Hex2196ED562507ce5535
Octal41226355126450731612565
Binary100001100101101110110110101101001010111110011101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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