Html Css Color HEX #2189EF Dodger Blue

📋 copy color: '#2189EF'

red 33 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #2189EF

Tints of Dodger Blue #2189EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.44%

R = 8.07%
G = 33.5%
B = 58.44%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2189EF (or 0x2189EF) is known color: Dodger Blue. HEX triplet: 21, 89 and EF. RGB value is (33,137,239). Sum of RGB (Red+Green+Blue) = 33+137+239=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #2189EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189EF is #DE7610. Grayscale: #757575. Windows color (decimal): -14579217 or 15698209. OLE color: 15698209.

HSL color Cylindrical-coordinate representation of color #2189EF: hue angle of 209.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2189EF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 137 239 -
CMYK 0.86 0.43 0 0.06
HSL 209.71º 0.87% 0.53% -
HSV(B) 209.71º 0.86% 0.94% -
XYZ 25.15 24.45 85.05 -
YUV 117.53 196.54 67.71 -
System Red Green Blue C M Y K H S L
Decimal 33 137 239 0.86 0.43 0 0.06 209.71 0.87 0.53
Hex 21 89 EF 56 2B 0 6 D2 57 35
Octal 41 211 357 126 53 0 6 322 127 65
Binary 100001 10001001 11101111 1010110 101011 0 110 11010010 1010111 110101

Color Harmonies of #2189EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189EF

Black with #2189EF

Text Example


Text Example

White with #2189EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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