Html Css Color HEX #158ADC Dodger Blue

📋 copy color: '#158ADC'

red 21 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #158ADC

Tints of Dodger Blue #158ADC

RGB

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

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

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

R = 5.54%
G = 36.41%
B = 58.05%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#158ADC (or 0x158ADC) is known color: Dodger Blue. HEX triplet: 15, 8A and DC. RGB value is (21,138,220). Sum of RGB (Red+Green+Blue) = 21+138+220=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #158ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADC is #EA7523. Grayscale: #6F6F6F. Windows color (decimal): -15365412 or 14453269. OLE color: 14453269.

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

Color convert

RGB 21 138 220 -
CMYK 0.90 0.37 0 0.14
HSL 204.72º 0.83% 0.47% -
HSV(B) 204.72º 0.9% 0.86% -
XYZ 22.32 23.5 71.07 -
YUV 112.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 21 138 220 0.90 0.37 0 0.14 204.72 0.83 0.47
Hex 15 8A DC 5A 25 0 E CD 53 2F
Octal 25 212 334 132 45 0 16 315 123 57
Binary 10101 10001010 11011100 1011010 100101 0 1110 11001101 1010011 101111

Color Harmonies of #158ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ADC

Black with #158ADC

Text Example


Text Example

White with #158ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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