Html Css Color HEX #2189EC Dodger Blue

📋 copy color: '#2189EC'

red 33 ◦ green 137 ◦ blue 236

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

Shades of Dodger Blue #2189EC

Tints of Dodger Blue #2189EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.13%

R = 8.13%
G = 33.74%
B = 58.13%

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

#2189EC (or 0x2189EC) is known color: Dodger Blue. HEX triplet: 21, 89 and EC. RGB value is (33,137,236). Sum of RGB (Red+Green+Blue) = 33+137+236=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #2189EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189EC is #DE7613. Grayscale: #747474. Windows color (decimal): -14579220 or 15501601. OLE color: 15501601.

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

Color convert

RGB 33 137 236 -
CMYK 0.86 0.42 0 0.07
HSL 209.26º 0.84% 0.53% -
HSV(B) 209.26º 0.86% 0.93% -
XYZ 24.71 24.27 82.74 -
YUV 117.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 33 137 236 0.86 0.42 0 0.07 209.26 0.84 0.53
Hex 21 89 EC 56 2A 0 7 D1 54 35
Octal 41 211 354 126 52 0 7 321 124 65
Binary 100001 10001001 11101100 1010110 101010 0 111 11010001 1010100 110101

Color Harmonies of #2189EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189EC

Black with #2189EC

Text Example


Text Example

White with #2189EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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