#1494E9

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

Shades of Dodger Blue #1494E9

Tints of Dodger Blue #1494E9

Color information

#1494E9 (or 0x1494E9) is unknown color: approx Dodger Blue. HEX triplet: 14, 94 and E9. RGB value is (20,148,233). Sum of RGB (Red+Green+Blue) = 20+148+233=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #1494E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1494E9 is #EB6B16. Grayscale: #767676. Windows color (decimal): -15428375 or 15307796. OLE color: 15307796.

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

Color convert

RGB20148233-
CMYK0.910.3600.09
HSL203.94º84.19%49.61%-
HSV(B)203.94º91.42%91.37%-
XYZ25.5927.2180.99-
YUV119.42192.0957.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.99%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 233 (91.41% from 255) = 58.10%
R=4.99%
G=36.91%
B=58.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201482330.910.3600.09203.9484.1949.61
Hex1494E95B2409cc5432
Octal242243511334401131412462
Binary101001001010011101001101101110010001001110011001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1494E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1494E9; }

 p { color: rgb(20,148,233); }

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

<style>
 a { background-color: #1494E9; }

 a { background-color: rgb(20,148,233); }

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

<style>
 span { border-color: #1494E9; }

 span { border-color: rgb(20,148,233); }

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