Html Css Color HEX #1586DC Dodger Blue

📋 copy color: '#1586DC'

red 21 ◦ green 134 ◦ blue 220

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

Shades of Dodger Blue #1586DC

Tints of Dodger Blue #1586DC

RGB

 RED value IS 21 (8.59% from 255) = 5.6%

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 5.6%
G = 35.73%
B = 58.67%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1586DC (or 0x1586DC) is known color: Dodger Blue. HEX triplet: 15, 86 and DC. RGB value is (21,134,220). Sum of RGB (Red+Green+Blue) = 21+134+220=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1586DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DC is #EA7923. Grayscale: #6D6D6D. Windows color (decimal): -15366436 or 14452245. OLE color: 14452245.

HSL color Cylindrical-coordinate representation of color #1586DC: hue angle of 205.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1586DC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 134 220 -
CMYK 0.90 0.39 0 0.14
HSL 205.93º 0.83% 0.47% -
HSV(B) 205.93º 0.9% 0.86% -
XYZ 21.75 22.38 70.88 -
YUV 110.02 190.06 64.51 -
System Red Green Blue C M Y K H S L
Decimal 21 134 220 0.90 0.39 0 0.14 205.93 0.83 0.47
Hex 15 86 DC 5A 27 0 E CE 53 2F
Octal 25 206 334 132 47 0 16 316 123 57
Binary 10101 10000110 11011100 1011010 100111 0 1110 11001110 1010011 101111

Color Harmonies of #1586DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586DC

Black with #1586DC

Text Example


Text Example

White with #1586DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1586DC; }

 p { color: rgb(21,134,220); }

 H1.HeaderClassName
 {
   color: #1586DC;
 }
 .AnyTagClassName
 {
   color: #1586DC;
 }
</style>

background-color css

<style>
 a { background-color: #1586DC; }

 a { background-color: rgb(21,134,220); }

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

border-color css

<style>
 span { border-color: #1586DC; }

 span { border-color: rgb(21,134,220); }

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