Html Css Color HEX #158ADE Dodger Blue

📋 copy color: '#158ADE'

red 21 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #158ADE

Tints of Dodger Blue #158ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 5.51%
G = 36.22%
B = 58.27%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#158ADE (or 0x158ADE) is known color: Dodger Blue. HEX triplet: 15, 8A and DE. RGB value is (21,138,222). Sum of RGB (Red+Green+Blue) = 21+138+222=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #158ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADE is #EA7521. Grayscale: #707070. Windows color (decimal): -15365410 or 14584341. OLE color: 14584341.

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

Color convert

RGB 21 138 222 -
CMYK 0.91 0.38 0 0.13
HSL 205.07º 0.83% 0.48% -
HSV(B) 205.07º 0.91% 0.87% -
XYZ 22.58 23.61 72.47 -
YUV 112.59 189.74 62.67 -
System Red Green Blue C M Y K H S L
Decimal 21 138 222 0.91 0.38 0 0.13 205.07 0.83 0.48
Hex 15 8A DE 5B 26 0 D CD 53 30
Octal 25 212 336 133 46 0 15 315 123 60
Binary 10101 10001010 11011110 1011011 100110 0 1101 11001101 1010011 110000

Color Harmonies of #158ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ADE

Black with #158ADE

Text Example


Text Example

White with #158ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,222); }

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

background-color css

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

 a { background-color: rgb(21,138,222); }

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

border-color css

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

 span { border-color: rgb(21,138,222); }

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