#1489F0

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

Shades of Dodger Blue #1489F0

Tints of Dodger Blue #1489F0

Color information

#1489F0 (or 0x1489F0) is unknown color: approx Dodger Blue. HEX triplet: 14, 89 and F0. RGB value is (20,137,240). Sum of RGB (Red+Green+Blue) = 20+137+240=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #1489F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1489F0 is #EB760F. Grayscale: #717171. Windows color (decimal): -15431184 or 15763732. OLE color: 15763732.

HSL color Cylindrical-coordinate representation of color #1489F0: hue angle of 208.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1489F0 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20137240-
CMYK0.920.4300.06
HSL208.09º88%50.98%-
HSV(B)208.09º91.67%94.12%-
XYZ24.9624.3385.82-
YUV113.76199.2461.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.04%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 240 (94.14% from 255) = 60.45%
R=5.04%
G=34.51%
B=60.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201372400.920.4300.06208.098850.98
Hex1489F05C2B06d05833
Octal24211360134530632013063
Binary10100100010011111000010111001010110110110100001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1489F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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