Html Css Color HEX #1889DD Dodger Blue

📋 copy color: '#1889DD'

red 24 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1889DD

Tints of Dodger Blue #1889DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 6.28%
G = 35.86%
B = 57.85%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1889DD (or 0x1889DD) is known color: Dodger Blue. HEX triplet: 18, 89 and DD. RGB value is (24,137,221). Sum of RGB (Red+Green+Blue) = 24+137+221=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #1889DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889DD is #E77622. Grayscale: #707070. Windows color (decimal): -15169059 or 14518552. OLE color: 14518552.

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

Color convert

RGB 24 137 221 -
CMYK 0.89 0.38 0 0.13
HSL 205.58º 0.8% 0.48% -
HSV(B) 205.58º 0.89% 0.87% -
XYZ 22.37 23.31 71.73 -
YUV 112.79 189.06 64.67 -
System Red Green Blue C M Y K H S L
Decimal 24 137 221 0.89 0.38 0 0.13 205.58 0.8 0.48
Hex 18 89 DD 59 26 0 D CE 50 30
Octal 30 211 335 131 46 0 15 316 120 60
Binary 11000 10001001 11011101 1011001 100110 0 1101 11001110 1010000 110000

Color Harmonies of #1889DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889DD

Black with #1889DD

Text Example


Text Example

White with #1889DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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