#14A2EA

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

Shades of Dodger Blue #14A2EA

Tints of Dodger Blue #14A2EA

Color information

#14A2EA (or 0x14A2EA) is unknown color: approx Dodger Blue. HEX triplet: 14, A2 and EA. RGB value is (20,162,234). Sum of RGB (Red+Green+Blue) = 20+162+234=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #14A2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A2EA is #EB5D15. Grayscale: #7F7F7F. Windows color (decimal): -15424790 or 15376916. OLE color: 15376916.

HSL color Cylindrical-coordinate representation of color #14A2EA: hue angle of 200.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A2EA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20162234-
CMYK0.910.3100.08
HSL200.19º84.25%49.8%-
HSV(B)200.19º91.45%91.76%-
XYZ28.0631.9382.53-
YUV127.75187.9651.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.81%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=4.81%
G=38.94%
B=56.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201622340.910.3100.08200.1984.2549.8
Hex14A2EA5B1F08c85432
Octal242423521333701031012462
Binary10100101000101110101010110111111101000110010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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