Html Css Color HEX #2189FB Dodger Blue

📋 copy color: '#2189FB'

red 33 ◦ green 137 ◦ blue 251

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

Shades of Dodger Blue #2189FB

Tints of Dodger Blue #2189FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.62%

R = 7.84%
G = 32.54%
B = 59.62%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2189FB (or 0x2189FB) is known color: Dodger Blue. HEX triplet: 21, 89 and FB. RGB value is (33,137,251). Sum of RGB (Red+Green+Blue) = 33+137+251=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #2189FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189FB is #DE7604. Grayscale: #767676. Windows color (decimal): -14579205 or 16484641. OLE color: 16484641.

HSL color Cylindrical-coordinate representation of color #2189FB: hue angle of 211.38º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2189FB is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 137 251 -
CMYK 0.87 0.45 0 0.02
HSL 211.38º 0.96% 0.56% -
HSV(B) 211.38º 0.87% 0.98% -
XYZ 26.99 25.18 94.7 -
YUV 118.9 202.54 66.73 -
System Red Green Blue C M Y K H S L
Decimal 33 137 251 0.87 0.45 0 0.02 211.38 0.96 0.56
Hex 21 89 FB 57 2D 0 2 D3 60 38
Octal 41 211 373 127 55 0 2 323 140 70
Binary 100001 10001001 11111011 1010111 101101 0 10 11010011 1100000 111000

Color Harmonies of #2189FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189FB

Black with #2189FB

Text Example


Text Example

White with #2189FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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