Html Css Color HEX #2189EE Dodger Blue

📋 copy color: '#2189EE'

red 33 ◦ green 137 ◦ blue 238

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

Shades of Dodger Blue #2189EE

Tints of Dodger Blue #2189EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 8.09%
G = 33.58%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2189EE (or 0x2189EE) is known color: Dodger Blue. HEX triplet: 21, 89 and EE. RGB value is (33,137,238). Sum of RGB (Red+Green+Blue) = 33+137+238=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #2189EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189EE is #DE7611. Grayscale: #747474. Windows color (decimal): -14579218 or 15632673. OLE color: 15632673.

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

Color convert

RGB 33 137 238 -
CMYK 0.86 0.42 0 0.07
HSL 209.56º 0.86% 0.53% -
HSV(B) 209.56º 0.86% 0.93% -
XYZ 25.01 24.39 84.28 -
YUV 117.42 196.04 67.79 -
System Red Green Blue C M Y K H S L
Decimal 33 137 238 0.86 0.42 0 0.07 209.56 0.86 0.53
Hex 21 89 EE 56 2A 0 7 D2 56 35
Octal 41 211 356 126 52 0 7 322 126 65
Binary 100001 10001001 11101110 1010110 101010 0 111 11010010 1010110 110101

Color Harmonies of #2189EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189EE

Black with #2189EE

Text Example


Text Example

White with #2189EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2189EE; }

 p { color: rgb(33,137,238); }

 H1.HeaderClassName
 {
   color: #2189EE;
 }
 .AnyTagClassName
 {
   color: #2189EE;
 }
</style>

background-color css

<style>
 a { background-color: #2189EE; }

 a { background-color: rgb(33,137,238); }

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

border-color css

<style>
 span { border-color: #2189EE; }

 span { border-color: rgb(33,137,238); }

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