Html Css Color HEX #157EE2 Dodger Blue

📋 copy color: '#157EE2'

red 21 ◦ green 126 ◦ blue 226

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

Shades of Dodger Blue #157EE2

Tints of Dodger Blue #157EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 60.59%

R = 5.63%
G = 33.78%
B = 60.59%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#157EE2 (or 0x157EE2) is known color: Dodger Blue. HEX triplet: 15, 7E and E2. RGB value is (21,126,226). Sum of RGB (Red+Green+Blue) = 21+126+226=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 226 (88.67% from 255 or 60.59% from 373); Max value from RGB is 226 - color contains mainly: blue. Hex color #157EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EE2 is #EA811D. Grayscale: #696969. Windows color (decimal): -15368478 or 14843413. OLE color: 14843413.

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

Color convert

RGB 21 126 226 -
CMYK 0.91 0.44 0 0.11
HSL 209.27º 0.83% 0.48% -
HSV(B) 209.27º 0.91% 0.89% -
XYZ 21.5 20.57 74.79 -
YUV 106.01 195.71 67.37 -
System Red Green Blue C M Y K H S L
Decimal 21 126 226 0.91 0.44 0 0.11 209.27 0.83 0.48
Hex 15 7E E2 5B 2C 0 B D1 53 30
Octal 25 176 342 133 54 0 13 321 123 60
Binary 10101 1111110 11100010 1011011 101100 0 1011 11010001 1010011 110000

Color Harmonies of #157EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EE2

Black with #157EE2

Text Example


Text Example

White with #157EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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