Html Css Color HEX #2189EB Dodger Blue

📋 copy color: '#2189EB'

red 33 ◦ green 137 ◦ blue 235

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

Shades of Dodger Blue #2189EB

Tints of Dodger Blue #2189EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 8.15%
G = 33.83%
B = 58.02%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2189EB (or 0x2189EB) is known color: Dodger Blue. HEX triplet: 21, 89 and EB. RGB value is (33,137,235). Sum of RGB (Red+Green+Blue) = 33+137+235=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #2189EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189EB is #DE7614. Grayscale: #747474. Windows color (decimal): -14579221 or 15436065. OLE color: 15436065.

HSL color Cylindrical-coordinate representation of color #2189EB: hue angle of 209.11º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2189EB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 137 235 -
CMYK 0.86 0.42 0 0.08
HSL 209.11º 0.83% 0.53% -
HSV(B) 209.11º 0.86% 0.92% -
XYZ 24.57 24.21 81.98 -
YUV 117.08 194.54 68.03 -
System Red Green Blue C M Y K H S L
Decimal 33 137 235 0.86 0.42 0 0.08 209.11 0.83 0.53
Hex 21 89 EB 56 2A 0 8 D1 53 35
Octal 41 211 353 126 52 0 10 321 123 65
Binary 100001 10001001 11101011 1010110 101010 0 1000 11010001 1010011 110101

Color Harmonies of #2189EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189EB

Black with #2189EB

Text Example


Text Example

White with #2189EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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