Html Css Color HEX #1489E7 Dodger Blue

📋 copy color: '#1489E7'

red 20 ◦ green 137 ◦ blue 231

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

Shades of Dodger Blue #1489E7

Tints of Dodger Blue #1489E7

RGB

 RED value IS 20 (8.2% from 255) = 5.15%

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

 BLUE value IS 231 (90.63% from 255) = 59.54%

R = 5.15%
G = 35.31%
B = 59.54%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1489E7 (or 0x1489E7) is known color: Dodger Blue. HEX triplet: 14, 89 and E7. RGB value is (20,137,231). Sum of RGB (Red+Green+Blue) = 20+137+231=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 231 (90.62% from 255 or 59.54% from 388); Max value from RGB is 231 - color contains mainly: blue. Hex color #1489E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1489E7 is #EB7618. Grayscale: #707070. Windows color (decimal): -15431193 or 15173908. OLE color: 15173908.

HSL color Cylindrical-coordinate representation of color #1489E7: hue angle of 206.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489E7 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 137 231 -
CMYK 0.91 0.41 0 0.09
HSL 206.73º 0.84% 0.49% -
HSV(B) 206.73º 0.91% 0.91% -
XYZ 23.66 23.81 78.95 -
YUV 112.73 194.74 61.86 -
System Red Green Blue C M Y K H S L
Decimal 20 137 231 0.91 0.41 0 0.09 206.73 0.84 0.49
Hex 14 89 E7 5B 29 0 9 CF 54 31
Octal 24 211 347 133 51 0 11 317 124 61
Binary 10100 10001001 11100111 1011011 101001 0 1001 11001111 1010100 110001

Color Harmonies of #1489E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489E7

Black with #1489E7

Text Example


Text Example

White with #1489E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1489E7; }

 p { color: rgb(20,137,231); }

 H1.HeaderClassName
 {
   color: #1489E7;
 }
 .AnyTagClassName
 {
   color: #1489E7;
 }
</style>

background-color css

<style>
 a { background-color: #1489E7; }

 a { background-color: rgb(20,137,231); }

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

border-color css

<style>
 span { border-color: #1489E7; }

 span { border-color: rgb(20,137,231); }

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