#158CE5

Color #158CE5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #158CE5

Tints of Dodger Blue #158CE5

Color information

#158CE5 (or 0x158CE5) is unknown color: approx Dodger Blue. HEX triplet: 15, 8C and E5. RGB value is (21,140,229). Sum of RGB (Red+Green+Blue) = 21+140+229=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #158CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CE5 is #EA731A. Grayscale: #727272. Windows color (decimal): -15364891 or 15043605. OLE color: 15043605.

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

Color convert

RGB21140229-
CMYK0.910.3900.10
HSL205.67º83.2%49.02%-
HSV(B)205.67º90.83%89.8%-
XYZ23.8324.5777.62-
YUV114.56192.5861.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.38%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 229 (89.84% from 255) = 58.72%
R=5.38%
G=35.90%
B=58.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal211402290.910.3900.10205.6783.249.02
Hex158CE55B270Ace5331
Octal252143451334701231612361
Binary101011000110011100101101101110011101010110011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,229); }

 H1.HeaderClassName
 {
   color: #158CE5;
 }
 .AnyTagClassName
 {
   color: #158CE5;
 }
</style>
background-color css

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

 a { background-color: rgb(21,140,229); }

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

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

 span { border-color: rgb(21,140,229); }

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