#14A8F7

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

Shades of Dodger Blue #14A8F7

Tints of Dodger Blue #14A8F7

Color information

#14A8F7 (or 0x14A8F7) is unknown color: approx Dodger Blue. HEX triplet: 14, A8 and F7. RGB value is (20,168,247). Sum of RGB (Red+Green+Blue) = 20+168+247=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #14A8F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A8F7 is #EB5708. Grayscale: #848484. Windows color (decimal): -15423241 or 16230420. OLE color: 16230420.

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

Color convert

RGB20168247-
CMYK0.920.3200.03
HSL200.88º93.42%52.35%-
HSV(B)200.88º91.9%96.86%-
XYZ31.0834.8793.09-
YUV132.75192.4747.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.60%
GREEN value IS 168 (66.02% from 255) = 38.62%
BLUE value IS 247 (96.88% from 255) = 56.78%
R=4.60%
G=38.62%
B=56.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201682470.920.3200.03200.8893.4252.35
Hex14A8F75C2003c95d34
Octal24250367134400331113564
Binary1010010101000111101111011100100000011110010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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