Html Css Color HEX #158DEE Dodger Blue

📋 copy color: '#158DEE'

red 21 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #158DEE

Tints of Dodger Blue #158DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 5.25%
G = 35.25%
B = 59.5%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#158DEE (or 0x158DEE) is known color: Dodger Blue. HEX triplet: 15, 8D and EE. RGB value is (21,141,238). Sum of RGB (Red+Green+Blue) = 21+141+238=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #158DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DEE is #EA7211. Grayscale: #737373. Windows color (decimal): -15364626 or 15633685. OLE color: 15633685.

HSL color Cylindrical-coordinate representation of color #158DEE: hue angle of 206.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158DEE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 141 238 -
CMYK 0.91 0.41 0 0.07
HSL 206.82º 0.86% 0.51% -
HSV(B) 206.82º 0.91% 0.93% -
XYZ 25.27 25.38 84.46 -
YUV 116.18 196.74 60.11 -
System Red Green Blue C M Y K H S L
Decimal 21 141 238 0.91 0.41 0 0.07 206.82 0.86 0.51
Hex 15 8D EE 5B 29 0 7 CF 56 33
Octal 25 215 356 133 51 0 7 317 126 63
Binary 10101 10001101 11101110 1011011 101001 0 111 11001111 1010110 110011

Color Harmonies of #158DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DEE

Black with #158DEE

Text Example


Text Example

White with #158DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,141,238); }

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

background-color css

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

 a { background-color: rgb(21,141,238); }

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

border-color css

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

 span { border-color: rgb(21,141,238); }

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