Html Css Color HEX #1585DA Dodger Blue

📋 copy color: '#1585DA'

red 21 ◦ green 133 ◦ blue 218

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

Shades of Dodger Blue #1585DA

Tints of Dodger Blue #1585DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 5.65%
G = 35.75%
B = 58.6%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1585DA (or 0x1585DA) is known color: Dodger Blue. HEX triplet: 15, 85 and DA. RGB value is (21,133,218). Sum of RGB (Red+Green+Blue) = 21+133+218=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 133 (52.34% from 255 or 35.75% 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 #1585DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585DA is #EA7A25. Grayscale: #6C6C6C. Windows color (decimal): -15366694 or 14320917. OLE color: 14320917.

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

Color convert

RGB 21 133 218 -
CMYK 0.90 0.39 0 0.15
HSL 205.89º 0.82% 0.47% -
HSV(B) 205.89º 0.9% 0.85% -
XYZ 21.35 22 69.45 -
YUV 109.2 189.39 65.09 -
System Red Green Blue C M Y K H S L
Decimal 21 133 218 0.90 0.39 0 0.15 205.89 0.82 0.47
Hex 15 85 DA 5A 27 0 F CE 52 2F
Octal 25 205 332 132 47 0 17 316 122 57
Binary 10101 10000101 11011010 1011010 100111 0 1111 11001110 1010010 101111

Color Harmonies of #1585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1585DA

Black with #1585DA

Text Example


Text Example

White with #1585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,133,218); }

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

background-color css

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

 a { background-color: rgb(21,133,218); }

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

border-color css

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

 span { border-color: rgb(21,133,218); }

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