Html Css Color HEX #158EFB Dodger Blue

📋 copy color: '#158EFB'

red 21 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #158EFB

Tints of Dodger Blue #158EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 5.07%
G = 34.3%
B = 60.63%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#158EFB (or 0x158EFB) is known color: Dodger Blue. HEX triplet: 15, 8E and FB. RGB value is (21,142,251). Sum of RGB (Red+Green+Blue) = 21+142+251=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #158EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EFB is #EA7104. Grayscale: #757575. Windows color (decimal): -15364357 or 16485909. OLE color: 16485909.

HSL color Cylindrical-coordinate representation of color #158EFB: hue angle of 208.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158EFB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 142 251 -
CMYK 0.92 0.43 0 0.02
HSL 208.43º 0.97% 0.53% -
HSV(B) 208.43º 0.92% 0.98% -
XYZ 27.39 26.47 94.93 -
YUV 118.25 202.91 58.64 -
System Red Green Blue C M Y K H S L
Decimal 21 142 251 0.92 0.43 0 0.02 208.43 0.97 0.53
Hex 15 8E FB 5C 2B 0 2 D0 61 35
Octal 25 216 373 134 53 0 2 320 141 65
Binary 10101 10001110 11111011 1011100 101011 0 10 11010000 1100001 110101

Color Harmonies of #158EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EFB

Black with #158EFB

Text Example


Text Example

White with #158EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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