Html Css Color HEX #157EE5 Dodger Blue

📋 copy color: '#157EE5'

red 21 ◦ green 126 ◦ blue 229

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

Shades of Dodger Blue #157EE5

Tints of Dodger Blue #157EE5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 229 (89.84% from 255) = 60.9%

R = 5.59%
G = 33.51%
B = 60.9%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#157EE5 (or 0x157EE5) is known color: Dodger Blue. HEX triplet: 15, 7E and E5. RGB value is (21,126,229). Sum of RGB (Red+Green+Blue) = 21+126+229=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #157EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EE5 is #EA811A. Grayscale: #696969. Windows color (decimal): -15368475 or 15040021. OLE color: 15040021.

HSL color Cylindrical-coordinate representation of color #157EE5: hue angle of 209.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EE5 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 126 229 -
CMYK 0.91 0.45 0 0.10
HSL 209.71º 0.83% 0.49% -
HSV(B) 209.71º 0.91% 0.9% -
XYZ 21.91 20.74 76.98 -
YUV 106.35 197.21 67.12 -
System Red Green Blue C M Y K H S L
Decimal 21 126 229 0.91 0.45 0 0.10 209.71 0.83 0.49
Hex 15 7E E5 5B 2D 0 A D2 53 31
Octal 25 176 345 133 55 0 12 322 123 61
Binary 10101 1111110 11100101 1011011 101101 0 1010 11010010 1010011 110001

Color Harmonies of #157EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EE5

Black with #157EE5

Text Example


Text Example

White with #157EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,126,229); }

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

background-color css

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

 a { background-color: rgb(21,126,229); }

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

border-color css

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

 span { border-color: rgb(21,126,229); }

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