Html Css Color HEX #157DE1 Dodger Blue

📋 copy color: '#157DE1'

red 21 ◦ green 125 ◦ blue 225

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

Shades of Dodger Blue #157DE1

Tints of Dodger Blue #157DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 5.66%
G = 33.69%
B = 60.65%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#157DE1 (or 0x157DE1) is known color: Dodger Blue. HEX triplet: 15, 7D and E1. RGB value is (21,125,225). Sum of RGB (Red+Green+Blue) = 21+125+225=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #157DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DE1 is #EA821E. Grayscale: #686868. Windows color (decimal): -15368735 or 14777621. OLE color: 14777621.

HSL color Cylindrical-coordinate representation of color #157DE1: hue angle of 209.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157DE1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 125 225 -
CMYK 0.91 0.44 0 0.12
HSL 209.41º 0.83% 0.48% -
HSV(B) 209.41º 0.91% 0.88% -
XYZ 21.23 20.26 74.03 -
YUV 105.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 21 125 225 0.91 0.44 0 0.12 209.41 0.83 0.48
Hex 15 7D E1 5B 2C 0 C D1 53 30
Octal 25 175 341 133 54 0 14 321 123 60
Binary 10101 1111101 11100001 1011011 101100 0 1100 11010001 1010011 110000

Color Harmonies of #157DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DE1

Black with #157DE1

Text Example


Text Example

White with #157DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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