Html Css Color HEX #1486E7 Dodger Blue

📋 copy color: '#1486E7'

red 20 ◦ green 134 ◦ blue 231

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

Shades of Dodger Blue #1486E7

Tints of Dodger Blue #1486E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60%

R = 5.19%
G = 34.81%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1486E7 (or 0x1486E7) is known color: Dodger Blue. HEX triplet: 14, 86 and E7. RGB value is (20,134,231). Sum of RGB (Red+Green+Blue) = 20+134+231=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 231 (90.62% from 255 or 60% from 385); Max value from RGB is 231 - color contains mainly: blue. Hex color #1486E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1486E7 is #EB7918. Grayscale: #6E6E6E. Windows color (decimal): -15431961 or 15173140. OLE color: 15173140.

HSL color Cylindrical-coordinate representation of color #1486E7: hue angle of 207.58º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1486E7 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 134 231 -
CMYK 0.91 0.42 0 0.09
HSL 207.58º 0.84% 0.49% -
HSV(B) 207.58º 0.91% 0.91% -
XYZ 23.24 22.97 78.81 -
YUV 110.97 195.73 63.11 -
System Red Green Blue C M Y K H S L
Decimal 20 134 231 0.91 0.42 0 0.09 207.58 0.84 0.49
Hex 14 86 E7 5B 2A 0 9 D0 54 31
Octal 24 206 347 133 52 0 11 320 124 61
Binary 10100 10000110 11100111 1011011 101010 0 1001 11010000 1010100 110001

Color Harmonies of #1486E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1486E7

Black with #1486E7

Text Example


Text Example

White with #1486E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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