#14A2F9

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

Shades of Dodger Blue #14A2F9

Tints of Dodger Blue #14A2F9

Color information

#14A2F9 (or 0x14A2F9) is unknown color: approx Dodger Blue. HEX triplet: 14, A2 and F9. RGB value is (20,162,249). Sum of RGB (Red+Green+Blue) = 20+162+249=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #14A2F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A2F9 is #EB5D06. Grayscale: #808080. Windows color (decimal): -15424775 or 16359956. OLE color: 16359956.

HSL color Cylindrical-coordinate representation of color #14A2F9: hue angle of 202.79º 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 #14A2F9 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20162249-
CMYK0.920.3500.02
HSL202.79º95.02%52.75%-
HSV(B)202.79º91.97%97.65%-
XYZ30.3132.8394.36-
YUV129.46195.4649.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.64%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 249 (97.66% from 255) = 57.77%
R=4.64%
G=37.59%
B=57.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201622490.920.3500.02202.7995.0252.75
Hex14A2F95C2302cb5f35
Octal24242371134430231313765
Binary1010010100010111110011011100100011010110010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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