Html Css Color HEX #1486DA Dodger Blue

📋 copy color: '#1486DA'

red 20 ◦ green 134 ◦ blue 218

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

Shades of Dodger Blue #1486DA

Tints of Dodger Blue #1486DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 5.38%
G = 36.02%
B = 58.6%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1486DA (or 0x1486DA) is known color: Dodger Blue. HEX triplet: 14, 86 and DA. RGB value is (20,134,218). Sum of RGB (Red+Green+Blue) = 20+134+218=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #1486DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486DA is #EB7925. Grayscale: #6D6D6D. Windows color (decimal): -15431974 or 14321172. OLE color: 14321172.

HSL color Cylindrical-coordinate representation of color #1486DA: hue angle of 205.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1486DA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 134 218 -
CMYK 0.91 0.39 0 0.15
HSL 205.45º 0.83% 0.47% -
HSV(B) 205.45º 0.91% 0.85% -
XYZ 21.47 22.26 69.49 -
YUV 109.49 189.23 64.17 -
System Red Green Blue C M Y K H S L
Decimal 20 134 218 0.91 0.39 0 0.15 205.45 0.83 0.47
Hex 14 86 DA 5B 27 0 F CD 53 2F
Octal 24 206 332 133 47 0 17 315 123 57
Binary 10100 10000110 11011010 1011011 100111 0 1111 11001101 1010011 101111

Color Harmonies of #1486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1486DA

Black with #1486DA

Text Example


Text Example

White with #1486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1486DA; }

 p { color: rgb(20,134,218); }

 H1.HeaderClassName
 {
   color: #1486DA;
 }
 .AnyTagClassName
 {
   color: #1486DA;
 }
</style>

background-color css

<style>
 a { background-color: #1486DA; }

 a { background-color: rgb(20,134,218); }

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

border-color css

<style>
 span { border-color: #1486DA; }

 span { border-color: rgb(20,134,218); }

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