Html Css Color HEX #158ADA Dodger Blue

📋 copy color: '#158ADA'

red 21 ◦ green 138 ◦ blue 218

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

Shades of Dodger Blue #158ADA

Tints of Dodger Blue #158ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 5.57%
G = 36.6%
B = 57.82%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#158ADA (or 0x158ADA) is known color: Dodger Blue. HEX triplet: 15, 8A and DA. RGB value is (21,138,218). Sum of RGB (Red+Green+Blue) = 21+138+218=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #158ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADA is #EA7525. Grayscale: #6F6F6F. Windows color (decimal): -15365414 or 14322197. OLE color: 14322197.

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

Color convert

RGB 21 138 218 -
CMYK 0.90 0.37 0 0.15
HSL 204.37º 0.82% 0.47% -
HSV(B) 204.37º 0.9% 0.85% -
XYZ 22.05 23.4 69.68 -
YUV 112.14 187.74 63 -
System Red Green Blue C M Y K H S L
Decimal 21 138 218 0.90 0.37 0 0.15 204.37 0.82 0.47
Hex 15 8A DA 5A 25 0 F CC 52 2F
Octal 25 212 332 132 45 0 17 314 122 57
Binary 10101 10001010 11011010 1011010 100101 0 1111 11001100 1010010 101111

Color Harmonies of #158ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ADA

Black with #158ADA

Text Example


Text Example

White with #158ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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