Html Css Color HEX #158BDA Dodger Blue

📋 copy color: '#158BDA'

red 21 ◦ green 139 ◦ blue 218

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

Shades of Dodger Blue #158BDA

Tints of Dodger Blue #158BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 5.56%
G = 36.77%
B = 57.67%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#158BDA (or 0x158BDA) is known color: Dodger Blue. HEX triplet: 15, 8B and DA. RGB value is (21,139,218). Sum of RGB (Red+Green+Blue) = 21+139+218=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #158BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BDA is #EA7425. Grayscale: #707070. Windows color (decimal): -15365158 or 14322453. OLE color: 14322453.

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

Color convert

RGB 21 139 218 -
CMYK 0.90 0.36 0 0.15
HSL 204.06º 0.82% 0.47% -
HSV(B) 204.06º 0.9% 0.85% -
XYZ 22.2 23.69 69.73 -
YUV 112.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 21 139 218 0.90 0.36 0 0.15 204.06 0.82 0.47
Hex 15 8B DA 5A 24 0 F CC 52 2F
Octal 25 213 332 132 44 0 17 314 122 57
Binary 10101 10001011 11011010 1011010 100100 0 1111 11001100 1010010 101111

Color Harmonies of #158BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BDA

Black with #158BDA

Text Example


Text Example

White with #158BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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