Html Css Color HEX #14A0EC Dodger Blue

📋 copy color: '#14A0EC'

red 20 ◦ green 160 ◦ blue 236

#14A0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #14A0EC

Tints of Dodger Blue #14A0EC

RGB

 RED value IS 20 (8.2% from 255) = 4.81%

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 4.81%
G = 38.46%
B = 56.73%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14A0EC (or 0x14A0EC) is known color: Dodger Blue. HEX triplet: 14, A0 and EC. RGB value is (20,160,236). Sum of RGB (Red+Green+Blue) = 20+160+236=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #14A0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A0EC is #EB5F13. Grayscale: #7E7E7E. Windows color (decimal): -15425300 or 15507476. OLE color: 15507476.

HSL color Cylindrical-coordinate representation of color #14A0EC: hue angle of 201.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A0EC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 160 236 -
CMYK 0.92 0.32 0 0.07
HSL 201.11º 0.85% 0.5% -
HSV(B) 201.11º 0.92% 0.93% -
XYZ 28 31.35 83.93 -
YUV 126.8 189.62 51.82 -
System Red Green Blue C M Y K H S L
Decimal 20 160 236 0.92 0.32 0 0.07 201.11 0.85 0.5
Hex 14 A0 EC 5C 20 0 7 C9 55 32
Octal 24 240 354 134 40 0 7 311 125 62
Binary 10100 10100000 11101100 1011100 100000 0 111 11001001 1010101 110010

Color Harmonies of #14A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A0EC

Black with #14A0EC

Text Example


Text Example

White with #14A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14A0EC;
 }
 .AnyTagClassName
 {
   color: #14A0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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