Html Css Color HEX #158AF5 Dodger Blue

📋 copy color: '#158AF5'

red 21 ◦ green 138 ◦ blue 245

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

Shades of Dodger Blue #158AF5

Tints of Dodger Blue #158AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 245 (96.09% from 255) = 60.64%

R = 5.2%
G = 34.16%
B = 60.64%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#158AF5 (or 0x158AF5) is known color: Dodger Blue. HEX triplet: 15, 8A and F5. RGB value is (21,138,245). Sum of RGB (Red+Green+Blue) = 21+138+245=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #158AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158AF5 is #EA750A. Grayscale: #727272. Windows color (decimal): -15365387 or 16091669. OLE color: 16091669.

HSL color Cylindrical-coordinate representation of color #158AF5: hue angle of 208.66º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158AF5 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 138 245 -
CMYK 0.91 0.44 0 0.04
HSL 208.66º 0.92% 0.52% -
HSV(B) 208.66º 0.91% 0.96% -
XYZ 25.88 24.93 89.83 -
YUV 115.22 201.24 60.8 -
System Red Green Blue C M Y K H S L
Decimal 21 138 245 0.91 0.44 0 0.04 208.66 0.92 0.52
Hex 15 8A F5 5B 2C 0 4 D1 5C 34
Octal 25 212 365 133 54 0 4 321 134 64
Binary 10101 10001010 11110101 1011011 101100 0 100 11010001 1011100 110100

Color Harmonies of #158AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AF5

Black with #158AF5

Text Example


Text Example

White with #158AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,245); }

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

background-color css

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

 a { background-color: rgb(21,138,245); }

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

border-color css

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

 span { border-color: rgb(21,138,245); }

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