Html Css Color HEX #2196DE Dodger Blue

📋 copy color: '#2196DE'

red 33 ◦ green 150 ◦ blue 222

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

Shades of Dodger Blue #2196DE

Tints of Dodger Blue #2196DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 8.15%
G = 37.04%
B = 54.81%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2196DE (or 0x2196DE) is known color: Dodger Blue. HEX triplet: 21, 96 and DE. RGB value is (33,150,222). Sum of RGB (Red+Green+Blue) = 33+150+222=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #2196DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196DE is #DE6921. Grayscale: #7A7A7A. Windows color (decimal): -14575906 or 14587425. OLE color: 14587425.

HSL color Cylindrical-coordinate representation of color #2196DE: hue angle of 202.86º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196DE is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 150 222 -
CMYK 0.85 0.32 0 0.13
HSL 202.86º 0.74% 0.5% -
HSV(B) 202.86º 0.85% 0.87% -
XYZ 24.72 27.41 73.1 -
YUV 123.23 183.74 63.65 -
System Red Green Blue C M Y K H S L
Decimal 33 150 222 0.85 0.32 0 0.13 202.86 0.74 0.5
Hex 21 96 DE 55 20 0 D CB 4A 32
Octal 41 226 336 125 40 0 15 313 112 62
Binary 100001 10010110 11011110 1010101 100000 0 1101 11001011 1001010 110010

Color Harmonies of #2196DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196DE

Black with #2196DE

Text Example


Text Example

White with #2196DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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