Html Css Color HEX #158BEA Dodger Blue

📋 copy color: '#158BEA'

red 21 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #158BEA

Tints of Dodger Blue #158BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 5.33%
G = 35.28%
B = 59.39%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#158BEA (or 0x158BEA) is known color: Dodger Blue. HEX triplet: 15, 8B and EA. RGB value is (21,139,234). Sum of RGB (Red+Green+Blue) = 21+139+234=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #158BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BEA is #EA7415. Grayscale: #727272. Windows color (decimal): -15365142 or 15371029. OLE color: 15371029.

HSL color Cylindrical-coordinate representation of color #158BEA: hue angle of 206.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BEA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 139 234 -
CMYK 0.91 0.41 0 0.08
HSL 206.76º 0.84% 0.5% -
HSV(B) 206.76º 0.91% 0.92% -
XYZ 24.39 24.57 81.3 -
YUV 114.55 195.41 61.28 -
System Red Green Blue C M Y K H S L
Decimal 21 139 234 0.91 0.41 0 0.08 206.76 0.84 0.5
Hex 15 8B EA 5B 29 0 8 CF 54 32
Octal 25 213 352 133 51 0 10 317 124 62
Binary 10101 10001011 11101010 1011011 101001 0 1000 11001111 1010100 110010

Color Harmonies of #158BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BEA

Black with #158BEA

Text Example


Text Example

White with #158BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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