#14A6F7

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

Shades of Dodger Blue #14A6F7

Tints of Dodger Blue #14A6F7

Color information

#14A6F7 (or 0x14A6F7) is unknown color: approx Dodger Blue. HEX triplet: 14, A6 and F7. RGB value is (20,166,247). Sum of RGB (Red+Green+Blue) = 20+166+247=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #14A6F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A6F7 is #EB5908. Grayscale: #838383. Windows color (decimal): -15423753 or 16229908. OLE color: 16229908.

HSL color Cylindrical-coordinate representation of color #14A6F7: hue angle of 201.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A6F7 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20166247-
CMYK0.920.3300.03
HSL201.41º93.42%52.35%-
HSV(B)201.41º91.9%96.86%-
XYZ30.7134.1492.97-
YUV131.58193.1348.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.62%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 247 (96.88% from 255) = 57.04%
R=4.62%
G=38.34%
B=57.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201662470.920.3300.03201.4193.4252.35
Hex14A6F75C2103c95d34
Octal24246367134410331113564
Binary1010010100110111101111011100100001011110010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,247); }

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

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

 a { background-color: rgb(20,166,247); }

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

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

 span { border-color: rgb(20,166,247); }

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