Html Css Color HEX #157CEB Dodger Blue

📋 copy color: '#157CEB'

red 21 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #157CEB

Tints of Dodger Blue #157CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

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

R = 5.53%
G = 32.63%
B = 61.84%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#157CEB (or 0x157CEB) is known color: Dodger Blue. HEX triplet: 15, 7C and EB. RGB value is (21,124,235). Sum of RGB (Red+Green+Blue) = 21+124+235=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #157CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CEB is #EA8314. Grayscale: #696969. Windows color (decimal): -15368981 or 15432725. OLE color: 15432725.

HSL color Cylindrical-coordinate representation of color #157CEB: hue angle of 211.12º 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 #157CEB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 124 235 -
CMYK 0.91 0.47 0 0.08
HSL 211.12º 0.84% 0.5% -
HSV(B) 211.12º 0.91% 0.92% -
XYZ 22.51 20.57 81.38 -
YUV 105.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 21 124 235 0.91 0.47 0 0.08 211.12 0.84 0.5
Hex 15 7C EB 5B 2F 0 8 D3 54 32
Octal 25 174 353 133 57 0 10 323 124 62
Binary 10101 1111100 11101011 1011011 101111 0 1000 11010011 1010100 110010

Color Harmonies of #157CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CEB

Black with #157CEB

Text Example


Text Example

White with #157CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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