Html Css Color HEX #1589DB Dodger Blue

📋 copy color: '#1589DB'

red 21 ◦ green 137 ◦ blue 219

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

Shades of Dodger Blue #1589DB

Tints of Dodger Blue #1589DB

RGB

 RED value IS 21 (8.59% from 255) = 5.57%

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

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

R = 5.57%
G = 36.34%
B = 58.09%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1589DB (or 0x1589DB) is known color: Dodger Blue. HEX triplet: 15, 89 and DB. RGB value is (21,137,219). Sum of RGB (Red+Green+Blue) = 21+137+219=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #1589DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589DB is #EA7624. Grayscale: #6F6F6F. Windows color (decimal): -15365669 or 14387477. OLE color: 14387477.

HSL color Cylindrical-coordinate representation of color #1589DB: hue angle of 204.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1589DB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 137 219 -
CMYK 0.90 0.37 0 0.14
HSL 204.85º 0.83% 0.47% -
HSV(B) 204.85º 0.9% 0.86% -
XYZ 22.04 23.17 70.33 -
YUV 111.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 21 137 219 0.90 0.37 0 0.14 204.85 0.83 0.47
Hex 15 89 DB 5A 25 0 E CD 52 2F
Octal 25 211 333 132 45 0 16 315 122 57
Binary 10101 10001001 11011011 1011010 100101 0 1110 11001101 1010010 101111

Color Harmonies of #1589DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589DB

Black with #1589DB

Text Example


Text Example

White with #1589DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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