Html Css Color HEX #158DEC Dodger Blue

📋 copy color: '#158DEC'

red 21 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #158DEC

Tints of Dodger Blue #158DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 5.28%
G = 35.43%
B = 59.3%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#158DEC (or 0x158DEC) is known color: Dodger Blue. HEX triplet: 15, 8D and EC. RGB value is (21,141,236). Sum of RGB (Red+Green+Blue) = 21+141+236=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #158DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DEC is #EA7213. Grayscale: #737373. Windows color (decimal): -15364628 or 15502613. OLE color: 15502613.

HSL color Cylindrical-coordinate representation of color #158DEC: hue angle of 206.51º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158DEC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 141 236 -
CMYK 0.91 0.40 0 0.07
HSL 206.51º 0.85% 0.5% -
HSV(B) 206.51º 0.91% 0.93% -
XYZ 24.97 25.27 82.92 -
YUV 115.95 195.74 60.28 -
System Red Green Blue C M Y K H S L
Decimal 21 141 236 0.91 0.40 0 0.07 206.51 0.85 0.5
Hex 15 8D EC 5B 28 0 7 CF 55 32
Octal 25 215 354 133 50 0 7 317 125 62
Binary 10101 10001101 11101100 1011011 101000 0 111 11001111 1010101 110010

Color Harmonies of #158DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DEC

Black with #158DEC

Text Example


Text Example

White with #158DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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