Html Css Color HEX #158DDC Dodger Blue

📋 copy color: '#158DDC'

red 21 ◦ green 141 ◦ blue 220

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

Shades of Dodger Blue #158DDC

Tints of Dodger Blue #158DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

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

R = 5.5%
G = 36.91%
B = 57.59%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#158DDC (or 0x158DDC) is known color: Dodger Blue. HEX triplet: 15, 8D and DC. RGB value is (21,141,220). Sum of RGB (Red+Green+Blue) = 21+141+220=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #158DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DDC is #EA7223. Grayscale: #717171. Windows color (decimal): -15364644 or 14454037. OLE color: 14454037.

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

Color convert

RGB 21 141 220 -
CMYK 0.90 0.36 0 0.14
HSL 203.82º 0.83% 0.47% -
HSV(B) 203.82º 0.9% 0.86% -
XYZ 22.75 24.38 71.22 -
YUV 114.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 21 141 220 0.90 0.36 0 0.14 203.82 0.83 0.47
Hex 15 8D DC 5A 24 0 E CC 53 2F
Octal 25 215 334 132 44 0 16 314 123 57
Binary 10101 10001101 11011100 1011010 100100 0 1110 11001100 1010011 101111

Color Harmonies of #158DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DDC

Black with #158DDC

Text Example


Text Example

White with #158DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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