Html Css Color HEX #2196EC Dodger Blue

📋 copy color: '#2196EC'

red 33 ◦ green 150 ◦ blue 236

#2196EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2196EC

Tints of Dodger Blue #2196EC

RGB

 RED value IS 33 (13.28% from 255) = 7.88%

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 7.88%
G = 35.8%
B = 56.32%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2196EC (or 0x2196EC) is known color: Dodger Blue. HEX triplet: 21, 96 and EC. RGB value is (33,150,236). Sum of RGB (Red+Green+Blue) = 33+150+236=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #2196EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2196EC is #DE6913. Grayscale: #7C7C7C. Windows color (decimal): -14575892 or 15504929. OLE color: 15504929.

HSL color Cylindrical-coordinate representation of color #2196EC: hue angle of 205.42º degrees, saturation: 0.84, 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 #2196EC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 150 236 -
CMYK 0.86 0.36 0 0.07
HSL 205.42º 0.84% 0.53% -
HSV(B) 205.42º 0.86% 0.93% -
XYZ 26.67 28.19 83.39 -
YUV 124.82 190.74 62.51 -
System Red Green Blue C M Y K H S L
Decimal 33 150 236 0.86 0.36 0 0.07 205.42 0.84 0.53
Hex 21 96 EC 56 24 0 7 CD 54 35
Octal 41 226 354 126 44 0 7 315 124 65
Binary 100001 10010110 11101100 1010110 100100 0 111 11001101 1010100 110101

Color Harmonies of #2196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196EC

Black with #2196EC

Text Example


Text Example

White with #2196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2196EC;
 }
 .AnyTagClassName
 {
   color: #2196EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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