Html Css Color HEX #2193DB Dodger Blue

📋 copy color: '#2193DB'

red 33 ◦ green 147 ◦ blue 219

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

Shades of Dodger Blue #2193DB

Tints of Dodger Blue #2193DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 8.27%
G = 36.84%
B = 54.89%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2193DB (or 0x2193DB) is known color: Dodger Blue. HEX triplet: 21, 93 and DB. RGB value is (33,147,219). Sum of RGB (Red+Green+Blue) = 33+147+219=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #2193DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193DB is #DE6C24. Grayscale: #787878. Windows color (decimal): -14576677 or 14390049. OLE color: 14390049.

HSL color Cylindrical-coordinate representation of color #2193DB: hue angle of 203.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2193DB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 147 219 -
CMYK 0.85 0.33 0 0.14
HSL 203.23º 0.74% 0.49% -
HSV(B) 203.23º 0.85% 0.86% -
XYZ 23.85 26.31 70.84 -
YUV 121.12 183.23 65.15 -
System Red Green Blue C M Y K H S L
Decimal 33 147 219 0.85 0.33 0 0.14 203.23 0.74 0.49
Hex 21 93 DB 55 21 0 E CB 4A 31
Octal 41 223 333 125 41 0 16 313 112 61
Binary 100001 10010011 11011011 1010101 100001 0 1110 11001011 1001010 110001

Color Harmonies of #2193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193DB

Black with #2193DB

Text Example


Text Example

White with #2193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2193DB; }

 p { color: rgb(33,147,219); }

 H1.HeaderClassName
 {
   color: #2193DB;
 }
 .AnyTagClassName
 {
   color: #2193DB;
 }
</style>

background-color css

<style>
 a { background-color: #2193DB; }

 a { background-color: rgb(33,147,219); }

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

border-color css

<style>
 span { border-color: #2193DB; }

 span { border-color: rgb(33,147,219); }

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