#14A0F0

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

Shades of Dodger Blue #14A0F0

Tints of Dodger Blue #14A0F0

Color information

#14A0F0 (or 0x14A0F0) is unknown color: approx Dodger Blue. HEX triplet: 14, A0 and F0. RGB value is (20,160,240). Sum of RGB (Red+Green+Blue) = 20+160+240=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #14A0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A0F0 is #EB5F0F. Grayscale: #7E7E7E. Windows color (decimal): -15425296 or 15769620. OLE color: 15769620.

HSL color Cylindrical-coordinate representation of color #14A0F0: hue angle of 201.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A0F0 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20160240-
CMYK0.920.3300.06
HSL201.82º88%50.98%-
HSV(B)201.82º91.67%94.12%-
XYZ28.5931.5887.03-
YUV127.26191.6251.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.76%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 240 (94.14% from 255) = 57.14%
R=4.76%
G=38.10%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201602400.920.3300.06201.828850.98
Hex14A0F05C2106ca5833
Octal24240360134410631213063
Binary10100101000001111000010111001000010110110010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,160,240); }

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

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

 a { background-color: rgb(20,160,240); }

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

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

 span { border-color: rgb(20,160,240); }

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