Html Css Color HEX #157AEB Dodger Blue

📋 copy color: '#157AEB'

red 21 ◦ green 122 ◦ blue 235

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

Shades of Dodger Blue #157AEB

Tints of Dodger Blue #157AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 5.56%
G = 32.28%
B = 62.17%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#157AEB (or 0x157AEB) is known color: Dodger Blue. HEX triplet: 15, 7A and EB. RGB value is (21,122,235). Sum of RGB (Red+Green+Blue) = 21+122+235=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #157AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AEB is #EA8514. Grayscale: #686868. Windows color (decimal): -15369493 or 15432213. OLE color: 15432213.

HSL color Cylindrical-coordinate representation of color #157AEB: hue angle of 211.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157AEB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 122 235 -
CMYK 0.91 0.48 0 0.08
HSL 211.68º 0.84% 0.5% -
HSV(B) 211.68º 0.91% 0.92% -
XYZ 22.26 20.08 81.3 -
YUV 104.68 201.54 68.31 -
System Red Green Blue C M Y K H S L
Decimal 21 122 235 0.91 0.48 0 0.08 211.68 0.84 0.5
Hex 15 7A EB 5B 30 0 8 D4 54 32
Octal 25 172 353 133 60 0 10 324 124 62
Binary 10101 1111010 11101011 1011011 110000 0 1000 11010100 1010100 110010

Color Harmonies of #157AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AEB

Black with #157AEB

Text Example


Text Example

White with #157AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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