Html Css Color HEX #158EEB Dodger Blue

📋 copy color: '#158EEB'

red 21 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #158EEB

Tints of Dodger Blue #158EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 5.28%
G = 35.68%
B = 59.05%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#158EEB (or 0x158EEB) is known color: Dodger Blue. HEX triplet: 15, 8E and EB. RGB value is (21,142,235). Sum of RGB (Red+Green+Blue) = 21+142+235=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #158EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EEB is #EA7114. Grayscale: #737373. Windows color (decimal): -15364373 or 15437333. OLE color: 15437333.

HSL color Cylindrical-coordinate representation of color #158EEB: hue angle of 206.07º 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 #158EEB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 142 235 -
CMYK 0.91 0.40 0 0.08
HSL 206.07º 0.84% 0.5% -
HSV(B) 206.07º 0.91% 0.92% -
XYZ 24.98 25.5 82.2 -
YUV 116.42 194.91 59.94 -
System Red Green Blue C M Y K H S L
Decimal 21 142 235 0.91 0.40 0 0.08 206.07 0.84 0.5
Hex 15 8E EB 5B 28 0 8 CE 54 32
Octal 25 216 353 133 50 0 10 316 124 62
Binary 10101 10001110 11101011 1011011 101000 0 1000 11001110 1010100 110010

Color Harmonies of #158EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EEB

Black with #158EEB

Text Example


Text Example

White with #158EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,142,235); }

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

background-color css

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

 a { background-color: rgb(21,142,235); }

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

border-color css

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

 span { border-color: rgb(21,142,235); }

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