#157AFA

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

Shades of Dodger Blue #157AFA

Tints of Dodger Blue #157AFA

Color information

#157AFA (or 0x157AFA) is unknown color: approx Dodger Blue. HEX triplet: 15, 7A and FA. RGB value is (21,122,250). Sum of RGB (Red+Green+Blue) = 21+122+250=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #157AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AFA is #EA8505. Grayscale: #696969. Windows color (decimal): -15369478 or 16415253. OLE color: 16415253.

HSL color Cylindrical-coordinate representation of color #157AFA: hue angle of 213.54º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157AFA is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21122250-
CMYK0.920.5100.02
HSL213.54º95.82%53.14%-
HSV(B)213.54º91.6%98.04%-
XYZ24.5220.9893.2-
YUV106.39209.0467.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.34%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 250 (98.05% from 255) = 63.61%
R=5.34%
G=31.04%
B=63.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211222500.920.5100.02213.5495.8253.14
Hex157AFA5C3302d66035
Octal25172372134630232614065
Binary101011111010111110101011100110011010110101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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