Html Css Color HEX #158DFB Dodger Blue

📋 copy color: '#158DFB'

red 21 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #158DFB

Tints of Dodger Blue #158DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 5.08%
G = 34.14%
B = 60.77%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#158DFB (or 0x158DFB) is known color: Dodger Blue. HEX triplet: 15, 8D and FB. RGB value is (21,141,251). Sum of RGB (Red+Green+Blue) = 21+141+251=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #158DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DFB is #EA7204. Grayscale: #757575. Windows color (decimal): -15364613 or 16485653. OLE color: 16485653.

HSL color Cylindrical-coordinate representation of color #158DFB: hue angle of 208.7º 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 #158DFB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 141 251 -
CMYK 0.92 0.44 0 0.02
HSL 208.7º 0.97% 0.53% -
HSV(B) 208.7º 0.92% 0.98% -
XYZ 27.25 26.17 94.88 -
YUV 117.66 203.24 59.06 -
System Red Green Blue C M Y K H S L
Decimal 21 141 251 0.92 0.44 0 0.02 208.7 0.97 0.53
Hex 15 8D FB 5C 2C 0 2 D1 61 35
Octal 25 215 373 134 54 0 2 321 141 65
Binary 10101 10001101 11111011 1011100 101100 0 10 11010001 1100001 110101

Color Harmonies of #158DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DFB

Black with #158DFB

Text Example


Text Example

White with #158DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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