Html Css Color HEX #158CE1 Dodger Blue

📋 copy color: '#158CE1'

red 21 ◦ green 140 ◦ blue 225

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

Shades of Dodger Blue #158CE1

Tints of Dodger Blue #158CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 225 (88.28% from 255) = 58.29%

R = 5.44%
G = 36.27%
B = 58.29%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#158CE1 (or 0x158CE1) is known color: Dodger Blue. HEX triplet: 15, 8C and E1. RGB value is (21,140,225). Sum of RGB (Red+Green+Blue) = 21+140+225=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #158CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CE1 is #EA731E. Grayscale: #717171. Windows color (decimal): -15364895 or 14781461. OLE color: 14781461.

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

Color convert

RGB 21 140 225 -
CMYK 0.91 0.38 0 0.12
HSL 205º 0.83% 0.48% -
HSV(B) 205º 0.91% 0.88% -
XYZ 23.28 24.35 74.71 -
YUV 114.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 21 140 225 0.91 0.38 0 0.12 205 0.83 0.48
Hex 15 8C E1 5B 26 0 C CD 53 30
Octal 25 214 341 133 46 0 14 315 123 60
Binary 10101 10001100 11100001 1011011 100110 0 1100 11001101 1010011 110000

Color Harmonies of #158CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CE1

Black with #158CE1

Text Example


Text Example

White with #158CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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