Html Css Color HEX #1585DE Dodger Blue

📋 copy color: '#1585DE'

red 21 ◦ green 133 ◦ blue 222

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

Shades of Dodger Blue #1585DE

Tints of Dodger Blue #1585DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 5.59%
G = 35.37%
B = 59.04%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1585DE (or 0x1585DE) is known color: Dodger Blue. HEX triplet: 15, 85 and DE. RGB value is (21,133,222). Sum of RGB (Red+Green+Blue) = 21+133+222=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #1585DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585DE is #EA7A21. Grayscale: #6D6D6D. Windows color (decimal): -15366690 or 14583061. OLE color: 14583061.

HSL color Cylindrical-coordinate representation of color #1585DE: hue angle of 206.57º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1585DE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 133 222 -
CMYK 0.91 0.40 0 0.13
HSL 206.57º 0.83% 0.48% -
HSV(B) 206.57º 0.91% 0.87% -
XYZ 21.88 22.21 72.24 -
YUV 109.66 191.39 64.76 -
System Red Green Blue C M Y K H S L
Decimal 21 133 222 0.91 0.40 0 0.13 206.57 0.83 0.48
Hex 15 85 DE 5B 28 0 D CF 53 30
Octal 25 205 336 133 50 0 15 317 123 60
Binary 10101 10000101 11011110 1011011 101000 0 1101 11001111 1010011 110000

Color Harmonies of #1585DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1585DE

Black with #1585DE

Text Example


Text Example

White with #1585DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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