#157EEC

Color #157EEC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #157EEC

Tints of Dodger Blue #157EEC

Color information

#157EEC (or 0x157EEC) is unknown color: approx Dodger Blue. HEX triplet: 15, 7E and EC. RGB value is (21,126,236). Sum of RGB (Red+Green+Blue) = 21+126+236=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #157EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EEC is #EA8113. Grayscale: #6A6A6A. Windows color (decimal): -15368468 or 15498773. OLE color: 15498773.

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

Color convert

RGB21126236-
CMYK0.910.4700.07
HSL210.7º84.98%50.39%-
HSV(B)210.7º91.1%92.55%-
XYZ22.9121.1482.23-
YUV107.14200.7166.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.48%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 236 (92.58% from 255) = 61.62%
R=5.48%
G=32.90%
B=61.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211262360.910.4700.07210.784.9850.39
Hex157EEC5B2F07d35532
Octal25176354133570732312562
Binary1010111111101110110010110111011110111110100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #157EEC;
 }
 .AnyTagClassName
 {
   color: #157EEC;
 }
</style>
background-color css

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

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

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

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

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

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