Html Css Color HEX #157DF1 Dodger Blue

📋 copy color: '#157DF1'

red 21 ◦ green 125 ◦ blue 241

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

Shades of Dodger Blue #157DF1

Tints of Dodger Blue #157DF1

RGB

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

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

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

R = 5.43%
G = 32.3%
B = 62.27%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#157DF1 (or 0x157DF1) is known color: Dodger Blue. HEX triplet: 15, 7D and F1. RGB value is (21,125,241). Sum of RGB (Red+Green+Blue) = 21+125+241=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #157DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157DF1 is #EA820E. Grayscale: #6A6A6A. Windows color (decimal): -15368719 or 15826197. OLE color: 15826197.

HSL color Cylindrical-coordinate representation of color #157DF1: hue angle of 211.64º 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 #157DF1 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 125 241 -
CMYK 0.91 0.48 0 0.05
HSL 211.64º 0.89% 0.51% -
HSV(B) 211.64º 0.91% 0.95% -
XYZ 23.52 21.18 86.07 -
YUV 107.13 203.54 66.57 -
System Red Green Blue C M Y K H S L
Decimal 21 125 241 0.91 0.48 0 0.05 211.64 0.89 0.51
Hex 15 7D F1 5B 30 0 5 D4 59 33
Octal 25 175 361 133 60 0 5 324 131 63
Binary 10101 1111101 11110001 1011011 110000 0 101 11010100 1011001 110011

Color Harmonies of #157DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DF1

Black with #157DF1

Text Example


Text Example

White with #157DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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