Html Css Color HEX #158ADB Dodger Blue

📋 copy color: '#158ADB'

red 21 ◦ green 138 ◦ blue 219

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

Shades of Dodger Blue #158ADB

Tints of Dodger Blue #158ADB

RGB

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

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

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

R = 5.56%
G = 36.51%
B = 57.94%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#158ADB (or 0x158ADB) is known color: Dodger Blue. HEX triplet: 15, 8A and DB. RGB value is (21,138,219). Sum of RGB (Red+Green+Blue) = 21+138+219=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #158ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADB is #EA7524. Grayscale: #6F6F6F. Windows color (decimal): -15365413 or 14387733. OLE color: 14387733.

HSL color Cylindrical-coordinate representation of color #158ADB: hue angle of 204.55º 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 #158ADB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 138 219 -
CMYK 0.90 0.37 0 0.14
HSL 204.55º 0.83% 0.47% -
HSV(B) 204.55º 0.9% 0.86% -
XYZ 22.18 23.45 70.38 -
YUV 112.25 188.24 62.91 -
System Red Green Blue C M Y K H S L
Decimal 21 138 219 0.90 0.37 0 0.14 204.55 0.83 0.47
Hex 15 8A DB 5A 25 0 E CD 52 2F
Octal 25 212 333 132 45 0 16 315 122 57
Binary 10101 10001010 11011011 1011010 100101 0 1110 11001101 1010010 101111

Color Harmonies of #158ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ADB

Black with #158ADB

Text Example


Text Example

White with #158ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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