Html Css Color HEX #158BF1 Dodger Blue

📋 copy color: '#158BF1'

red 21 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #158BF1

Tints of Dodger Blue #158BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.1%

R = 5.24%
G = 34.66%
B = 60.1%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#158BF1 (or 0x158BF1) is known color: Dodger Blue. HEX triplet: 15, 8B and F1. RGB value is (21,139,241). Sum of RGB (Red+Green+Blue) = 21+139+241=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #158BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BF1 is #EA740E. Grayscale: #727272. Windows color (decimal): -15365135 or 15829781. OLE color: 15829781.

HSL color Cylindrical-coordinate representation of color #158BF1: hue angle of 207.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BF1 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 139 241 -
CMYK 0.91 0.42 0 0.05
HSL 207.82º 0.89% 0.51% -
HSV(B) 207.82º 0.91% 0.95% -
XYZ 25.42 24.98 86.7 -
YUV 115.35 198.91 60.71 -
System Red Green Blue C M Y K H S L
Decimal 21 139 241 0.91 0.42 0 0.05 207.82 0.89 0.51
Hex 15 8B F1 5B 2A 0 5 D0 59 33
Octal 25 213 361 133 52 0 5 320 131 63
Binary 10101 10001011 11110001 1011011 101010 0 101 11010000 1011001 110011

Color Harmonies of #158BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BF1

Black with #158BF1

Text Example


Text Example

White with #158BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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