Html Css Color HEX #158EEC Dodger Blue

📋 copy color: '#158EEC'

red 21 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #158EEC

Tints of Dodger Blue #158EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 5.26%
G = 35.59%
B = 59.15%

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

#158EEC (or 0x158EEC) is known color: Dodger Blue. HEX triplet: 15, 8E and EC. RGB value is (21,142,236). Sum of RGB (Red+Green+Blue) = 21+142+236=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #158EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EEC is #EA7113. Grayscale: #747474. Windows color (decimal): -15364372 or 15502869. OLE color: 15502869.

HSL color Cylindrical-coordinate representation of color #158EEC: hue angle of 206.23º 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 #158EEC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 142 236 -
CMYK 0.91 0.40 0 0.07
HSL 206.23º 0.85% 0.5% -
HSV(B) 206.23º 0.91% 0.93% -
XYZ 25.12 25.56 82.97 -
YUV 116.54 195.41 59.86 -
System Red Green Blue C M Y K H S L
Decimal 21 142 236 0.91 0.40 0 0.07 206.23 0.85 0.5
Hex 15 8E EC 5B 28 0 7 CE 55 32
Octal 25 216 354 133 50 0 7 316 125 62
Binary 10101 10001110 11101100 1011011 101000 0 111 11001110 1010101 110010

Color Harmonies of #158EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EEC

Black with #158EEC

Text Example


Text Example

White with #158EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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