Html Css Color HEX #2196DF Dodger Blue

📋 copy color: '#2196DF'

red 33 ◦ green 150 ◦ blue 223

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

Shades of Dodger Blue #2196DF

Tints of Dodger Blue #2196DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 8.13%
G = 36.95%
B = 54.93%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2196DF (or 0x2196DF) is known color: Dodger Blue. HEX triplet: 21, 96 and DF. RGB value is (33,150,223). Sum of RGB (Red+Green+Blue) = 33+150+223=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #2196DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196DF is #DE6920. Grayscale: #7A7A7A. Windows color (decimal): -14575905 or 14652961. OLE color: 14652961.

HSL color Cylindrical-coordinate representation of color #2196DF: hue angle of 203.05º degrees, saturation: 0.75, 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 #2196DF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 150 223 -
CMYK 0.85 0.33 0 0.13
HSL 203.05º 0.75% 0.5% -
HSV(B) 203.05º 0.85% 0.87% -
XYZ 24.85 27.46 73.8 -
YUV 123.34 184.24 63.56 -
System Red Green Blue C M Y K H S L
Decimal 33 150 223 0.85 0.33 0 0.13 203.05 0.75 0.5
Hex 21 96 DF 55 21 0 D CB 4B 32
Octal 41 226 337 125 41 0 15 313 113 62
Binary 100001 10010110 11011111 1010101 100001 0 1101 11001011 1001011 110010

Color Harmonies of #2196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196DF

Black with #2196DF

Text Example


Text Example

White with #2196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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