Html Css Color HEX #158DDB Dodger Blue

📋 copy color: '#158DDB'

red 21 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #158DDB

Tints of Dodger Blue #158DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 5.51%
G = 37.01%
B = 57.48%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#158DDB (or 0x158DDB) is known color: Dodger Blue. HEX triplet: 15, 8D and DB. RGB value is (21,141,219). Sum of RGB (Red+Green+Blue) = 21+141+219=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #158DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DDB is #EA7224. Grayscale: #717171. Windows color (decimal): -15364645 or 14388501. OLE color: 14388501.

HSL color Cylindrical-coordinate representation of color #158DDB: hue angle of 203.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158DDB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 141 219 -
CMYK 0.90 0.36 0 0.14
HSL 203.64º 0.83% 0.47% -
HSV(B) 203.64º 0.9% 0.86% -
XYZ 22.62 24.32 70.52 -
YUV 114.01 187.24 61.66 -
System Red Green Blue C M Y K H S L
Decimal 21 141 219 0.90 0.36 0 0.14 203.64 0.83 0.47
Hex 15 8D DB 5A 24 0 E CC 52 2F
Octal 25 215 333 132 44 0 16 314 122 57
Binary 10101 10001101 11011011 1011010 100100 0 1110 11001100 1010010 101111

Color Harmonies of #158DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DDB

Black with #158DDB

Text Example


Text Example

White with #158DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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