Html Css Color HEX #157DF8 Dodger Blue

📋 copy color: '#157DF8'

red 21 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #157DF8

Tints of Dodger Blue #157DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 248 (97.27% from 255) = 62.94%

R = 5.33%
G = 31.73%
B = 62.94%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#157DF8 (or 0x157DF8) is known color: Dodger Blue. HEX triplet: 15, 7D and F8. RGB value is (21,125,248). Sum of RGB (Red+Green+Blue) = 21+125+248=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #157DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157DF8 is #EA8207. Grayscale: #6B6B6B. Windows color (decimal): -15368712 or 16284949. OLE color: 16284949.

HSL color Cylindrical-coordinate representation of color #157DF8: hue angle of 212.51º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157DF8 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 125 248 -
CMYK 0.92 0.50 0 0.03
HSL 212.51º 0.94% 0.53% -
HSV(B) 212.51º 0.92% 0.97% -
XYZ 24.59 21.6 91.68 -
YUV 107.93 207.04 66 -
System Red Green Blue C M Y K H S L
Decimal 21 125 248 0.92 0.50 0 0.03 212.51 0.94 0.53
Hex 15 7D F8 5C 32 0 3 D5 5E 35
Octal 25 175 370 134 62 0 3 325 136 65
Binary 10101 1111101 11111000 1011100 110010 0 11 11010101 1011110 110101

Color Harmonies of #157DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DF8

Black with #157DF8

Text Example


Text Example

White with #157DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157DF8; }

 p { color: rgb(21,125,248); }

 H1.HeaderClassName
 {
   color: #157DF8;
 }
 .AnyTagClassName
 {
   color: #157DF8;
 }
</style>

background-color css

<style>
 a { background-color: #157DF8; }

 a { background-color: rgb(21,125,248); }

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

border-color css

<style>
 span { border-color: #157DF8; }

 span { border-color: rgb(21,125,248); }

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