Html Css Color HEX #158CE5 Dodger Blue

📋 copy color: '#158CE5'

red 21 ◦ green 140 ◦ blue 229

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

Shades of Dodger Blue #158CE5

Tints of Dodger Blue #158CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.72%

R = 5.38%
G = 35.9%
B = 58.72%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#158CE5 (or 0x158CE5) is known color: 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

RGB 21 140 229 -
CMYK 0.91 0.39 0 0.10
HSL 205.67º 0.83% 0.49% -
HSV(B) 205.67º 0.91% 0.9% -
XYZ 23.83 24.57 77.62 -
YUV 114.57 192.58 61.26 -
System Red Green Blue C M Y K H S L
Decimal 21 140 229 0.91 0.39 0 0.10 205.67 0.83 0.49
Hex 15 8C E5 5B 27 0 A CE 53 31
Octal 25 214 345 133 47 0 12 316 123 61
Binary 10101 10001100 11100101 1011011 100111 0 1010 11001110 1010011 110001

Color Harmonies of #158CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CE5

Black with #158CE5

Text Example


Text Example

White with #158CE5

Text Example


Text Example

HTML Codes & Css Web 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>