Html Css Color HEX #157AE8 Dodger Blue

📋 copy color: '#157AE8'

red 21 ◦ green 122 ◦ blue 232

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

Shades of Dodger Blue #157AE8

Tints of Dodger Blue #157AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 232 (91.02% from 255) = 61.87%

R = 5.6%
G = 32.53%
B = 61.87%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#157AE8 (or 0x157AE8) is known color: Dodger Blue. HEX triplet: 15, 7A and E8. RGB value is (21,122,232). Sum of RGB (Red+Green+Blue) = 21+122+232=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #157AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AE8 is #EA8517. Grayscale: #676767. Windows color (decimal): -15369496 or 15235605. OLE color: 15235605.

HSL color Cylindrical-coordinate representation of color #157AE8: hue angle of 211.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157AE8 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 122 232 -
CMYK 0.91 0.47 0 0.09
HSL 211.28º 0.83% 0.5% -
HSV(B) 211.28º 0.91% 0.91% -
XYZ 21.83 19.9 79.04 -
YUV 104.34 200.04 68.56 -
System Red Green Blue C M Y K H S L
Decimal 21 122 232 0.91 0.47 0 0.09 211.28 0.83 0.5
Hex 15 7A E8 5B 2F 0 9 D3 53 32
Octal 25 172 350 133 57 0 11 323 123 62
Binary 10101 1111010 11101000 1011011 101111 0 1001 11010011 1010011 110010

Color Harmonies of #157AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AE8

Black with #157AE8

Text Example


Text Example

White with #157AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,122,232); }

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

background-color css

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

 a { background-color: rgb(21,122,232); }

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

border-color css

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

 span { border-color: rgb(21,122,232); }

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