Html Css Color HEX #158EE6 Dodger Blue

📋 copy color: '#158EE6'

red 21 ◦ green 142 ◦ blue 230

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

Shades of Dodger Blue #158EE6

Tints of Dodger Blue #158EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.52%

R = 5.34%
G = 36.13%
B = 58.52%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#158EE6 (or 0x158EE6) is known color: Dodger Blue. HEX triplet: 15, 8E and E6. RGB value is (21,142,230). Sum of RGB (Red+Green+Blue) = 21+142+230=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #158EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EE6 is #EA7119. Grayscale: #737373. Windows color (decimal): -15364378 or 15109653. OLE color: 15109653.

HSL color Cylindrical-coordinate representation of color #158EE6: hue angle of 205.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158EE6 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 142 230 -
CMYK 0.91 0.38 0 0.10
HSL 205.26º 0.83% 0.49% -
HSV(B) 205.26º 0.91% 0.9% -
XYZ 24.27 25.22 78.45 -
YUV 115.85 192.41 60.34 -
System Red Green Blue C M Y K H S L
Decimal 21 142 230 0.91 0.38 0 0.10 205.26 0.83 0.49
Hex 15 8E E6 5B 26 0 A CD 53 31
Octal 25 216 346 133 46 0 12 315 123 61
Binary 10101 10001110 11100110 1011011 100110 0 1010 11001101 1010011 110001

Color Harmonies of #158EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EE6

Black with #158EE6

Text Example


Text Example

White with #158EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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