Html Css Color HEX #1586DD Dodger Blue

📋 copy color: '#1586DD'

red 21 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #1586DD

Tints of Dodger Blue #1586DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 5.59%
G = 35.64%
B = 58.78%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1586DD (or 0x1586DD) is known color: Dodger Blue. HEX triplet: 15, 86 and DD. RGB value is (21,134,221). Sum of RGB (Red+Green+Blue) = 21+134+221=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1586DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DD is #EA7922. Grayscale: #6D6D6D. Windows color (decimal): -15366435 or 14517781. OLE color: 14517781.

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

Color convert

RGB 21 134 221 -
CMYK 0.90 0.39 0 0.13
HSL 206.1º 0.83% 0.47% -
HSV(B) 206.1º 0.9% 0.87% -
XYZ 21.89 22.43 71.58 -
YUV 110.13 190.56 64.43 -
System Red Green Blue C M Y K H S L
Decimal 21 134 221 0.90 0.39 0 0.13 206.1 0.83 0.47
Hex 15 86 DD 5A 27 0 D CE 53 2F
Octal 25 206 335 132 47 0 15 316 123 57
Binary 10101 10000110 11011101 1011010 100111 0 1101 11001110 1010011 101111

Color Harmonies of #1586DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586DD

Black with #1586DD

Text Example


Text Example

White with #1586DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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