#1489e2

Color #1489E2 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1489E2

Tints of Dodger Blue #1489E2

Color information

#1489E2 (or 0x1489E2) is unknown color: approx Dodger Blue. HEX triplet: 14, 89 and E2. RGB value is (20,137,226). Sum of RGB (Red+Green+Blue) = 20+137+226=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 226 (88.67% from 255 or 59.01% from 383); Max value from RGB is 226 - color contains mainly: blue. Hex color #1489E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489E2 is #EB761D. Grayscale: #6F6F6F. Windows color (decimal): -15431198 or 14846228. OLE color: 14846228.

HSL color Cylindrical-coordinate representation of color #1489E2: hue angle of 205.92º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489E2 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20137226-
CMYK0.910.3900.11
HSL205.92º83.74%48.24%-
HSV(B)205.92º91.15%88.63%-
XYZ22.9623.5375.28-
YUV112.16192.2462.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 226 (88.67% from 255) = 59.01%
R=5.22%
G=35.77%
B=59.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201372260.910.3900.11205.9283.7448.24
Hex1489E25B270Bce5430
Octal242113421334701331612460
Binary101001000100111100010101101110011101011110011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1489e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1489e2;
 }
 .AnyTagClassName
 {
   color: #1489e2;
 }
</style>
background-color css

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

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

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

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

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

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