#14A7F7

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

Shades of Dodger Blue #14A7F7

Tints of Dodger Blue #14A7F7

Color information

#14A7F7 (or 0x14A7F7) is unknown color: approx Dodger Blue. HEX triplet: 14, A7 and F7. RGB value is (20,167,247). Sum of RGB (Red+Green+Blue) = 20+167+247=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #14A7F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A7F7 is #EB5808. Grayscale: #838383. Windows color (decimal): -15423497 or 16230164. OLE color: 16230164.

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

Color convert

RGB20167247-
CMYK0.920.3200.03
HSL201.15º93.42%52.35%-
HSV(B)201.15º91.9%96.86%-
XYZ30.934.593.03-
YUV132.17192.848-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.61%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 247 (96.88% from 255) = 56.91%
R=4.61%
G=38.48%
B=56.91%

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
Decimal201672470.920.3200.03201.1593.4252.35
Hex14A7F75C2003c95d34
Octal24247367134400331113564
Binary1010010100111111101111011100100000011110010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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