Html Css Color HEX #158ADD Dodger Blue

📋 copy color: '#158ADD'

red 21 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #158ADD

Tints of Dodger Blue #158ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 5.53%
G = 36.32%
B = 58.16%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#158ADD (or 0x158ADD) is known color: Dodger Blue. HEX triplet: 15, 8A and DD. RGB value is (21,138,221). Sum of RGB (Red+Green+Blue) = 21+138+221=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #158ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADD is #EA7522. Grayscale: #707070. Windows color (decimal): -15365411 or 14518805. OLE color: 14518805.

HSL color Cylindrical-coordinate representation of color #158ADD: hue angle of 204.9º 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 #158ADD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 138 221 -
CMYK 0.90 0.38 0 0.13
HSL 204.9º 0.83% 0.47% -
HSV(B) 204.9º 0.9% 0.87% -
XYZ 22.45 23.56 71.77 -
YUV 112.48 189.24 62.75 -
System Red Green Blue C M Y K H S L
Decimal 21 138 221 0.90 0.38 0 0.13 204.9 0.83 0.47
Hex 15 8A DD 5A 26 0 D CD 53 2F
Octal 25 212 335 132 46 0 15 315 123 57
Binary 10101 10001010 11011101 1011010 100110 0 1101 11001101 1010011 101111

Color Harmonies of #158ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ADD

Black with #158ADD

Text Example


Text Example

White with #158ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158ADD; }

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

 H1.HeaderClassName
 {
   color: #158ADD;
 }
 .AnyTagClassName
 {
   color: #158ADD;
 }
</style>

background-color css

<style>
 a { background-color: #158ADD; }

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

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

border-color css

<style>
 span { border-color: #158ADD; }

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

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