Html Css Color HEX #14A2EF Dodger Blue

📋 copy color: '#14A2EF'

red 20 ◦ green 162 ◦ blue 239

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

Shades of Dodger Blue #14A2EF

Tints of Dodger Blue #14A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 4.75%
G = 38.48%
B = 56.77%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#14A2EF (or 0x14A2EF) is known color: Dodger Blue. HEX triplet: 14, A2 and EF. RGB value is (20,162,239). Sum of RGB (Red+Green+Blue) = 20+162+239=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #14A2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A2EF is #EB5D10. Grayscale: #7F7F7F. Windows color (decimal): -15424785 or 15704596. OLE color: 15704596.

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

Color convert

RGB 20 162 239 -
CMYK 0.92 0.32 0 0.06
HSL 201.1º 0.87% 0.51% -
HSV(B) 201.1º 0.92% 0.94% -
XYZ 28.79 32.22 86.36 -
YUV 128.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 20 162 239 0.92 0.32 0 0.06 201.1 0.87 0.51
Hex 14 A2 EF 5C 20 0 6 C9 57 33
Octal 24 242 357 134 40 0 6 311 127 63
Binary 10100 10100010 11101111 1011100 100000 0 110 11001001 1010111 110011

Color Harmonies of #14A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A2EF

Black with #14A2EF

Text Example


Text Example

White with #14A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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