Html Css Color HEX #2194DD Dodger Blue

📋 copy color: '#2194DD'

red 33 ◦ green 148 ◦ blue 221

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

Shades of Dodger Blue #2194DD

Tints of Dodger Blue #2194DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 8.21%
G = 36.82%
B = 54.98%

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

#2194DD (or 0x2194DD) is known color: Dodger Blue. HEX triplet: 21, 94 and DD. RGB value is (33,148,221). Sum of RGB (Red+Green+Blue) = 33+148+221=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #2194DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2194DD is #DE6B22. Grayscale: #797979. Windows color (decimal): -14576419 or 14521377. OLE color: 14521377.

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

Color convert

RGB 33 148 221 -
CMYK 0.85 0.33 0 0.13
HSL 203.3º 0.74% 0.5% -
HSV(B) 203.3º 0.85% 0.87% -
XYZ 24.27 26.72 72.29 -
YUV 121.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 33 148 221 0.85 0.33 0 0.13 203.3 0.74 0.5
Hex 21 94 DD 55 21 0 D CB 4A 32
Octal 41 224 335 125 41 0 15 313 112 62
Binary 100001 10010100 11011101 1010101 100001 0 1101 11001011 1001010 110010

Color Harmonies of #2194DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2194DD

Black with #2194DD

Text Example


Text Example

White with #2194DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2194DD; }

 p { color: rgb(33,148,221); }

 H1.HeaderClassName
 {
   color: #2194DD;
 }
 .AnyTagClassName
 {
   color: #2194DD;
 }
</style>

background-color css

<style>
 a { background-color: #2194DD; }

 a { background-color: rgb(33,148,221); }

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

border-color css

<style>
 span { border-color: #2194DD; }

 span { border-color: rgb(33,148,221); }

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