Html Css Color HEX #1889DB Dodger Blue

📋 copy color: '#1889DB'

red 24 ◦ green 137 ◦ blue 219

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

Shades of Dodger Blue #1889DB

Tints of Dodger Blue #1889DB

RGB

 RED value IS 24 (9.77% from 255) = 6.32%

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 6.32%
G = 36.05%
B = 57.63%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1889DB (or 0x1889DB) is known color: Dodger Blue. HEX triplet: 18, 89 and DB. RGB value is (24,137,219). Sum of RGB (Red+Green+Blue) = 24+137+219=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #1889DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889DB is #E77624. Grayscale: #707070. Windows color (decimal): -15169061 or 14387480. OLE color: 14387480.

HSL color Cylindrical-coordinate representation of color #1889DB: hue angle of 205.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1889DB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 137 219 -
CMYK 0.89 0.37 0 0.14
HSL 205.23º 0.8% 0.48% -
HSV(B) 205.23º 0.89% 0.86% -
XYZ 22.11 23.2 70.33 -
YUV 112.56 188.06 64.83 -
System Red Green Blue C M Y K H S L
Decimal 24 137 219 0.89 0.37 0 0.14 205.23 0.8 0.48
Hex 18 89 DB 59 25 0 E CD 50 30
Octal 30 211 333 131 45 0 16 315 120 60
Binary 11000 10001001 11011011 1011001 100101 0 1110 11001101 1010000 110000

Color Harmonies of #1889DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889DB

Black with #1889DB

Text Example


Text Example

White with #1889DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1889DB; }

 p { color: rgb(24,137,219); }

 H1.HeaderClassName
 {
   color: #1889DB;
 }
 .AnyTagClassName
 {
   color: #1889DB;
 }
</style>

background-color css

<style>
 a { background-color: #1889DB; }

 a { background-color: rgb(24,137,219); }

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

border-color css

<style>
 span { border-color: #1889DB; }

 span { border-color: rgb(24,137,219); }

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