#14A4F9

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

Shades of Dodger Blue #14A4F9

Tints of Dodger Blue #14A4F9

Color information

#14A4F9 (or 0x14A4F9) is unknown color: approx Dodger Blue. HEX triplet: 14, A4 and F9. RGB value is (20,164,249). Sum of RGB (Red+Green+Blue) = 20+164+249=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #14A4F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A4F9 is #EB5B06. Grayscale: #828282. Windows color (decimal): -15424263 or 16360468. OLE color: 16360468.

HSL color Cylindrical-coordinate representation of color #14A4F9: hue angle of 202.27º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A4F9 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20164249-
CMYK0.920.3400.02
HSL202.27º95.02%52.75%-
HSV(B)202.27º91.97%97.65%-
XYZ30.6633.5494.48-
YUV130.63194.7949.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.62%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 249 (97.66% from 255) = 57.51%
R=4.62%
G=37.88%
B=57.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201642490.920.3400.02202.2795.0252.75
Hex14A4F95C2202ca5f35
Octal24244371134420231213765
Binary1010010100100111110011011100100010010110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A4F9; }

 p { color: rgb(20,164,249); }

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

<style>
 a { background-color: #14A4F9; }

 a { background-color: rgb(20,164,249); }

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

<style>
 span { border-color: #14A4F9; }

 span { border-color: rgb(20,164,249); }

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