#158BFA

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

Shades of Dodger Blue #158BFA

Tints of Dodger Blue #158BFA

Color information

#158BFA (or 0x158BFA) is unknown color: approx Dodger Blue. HEX triplet: 15, 8B and FA. RGB value is (21,139,250). Sum of RGB (Red+Green+Blue) = 21+139+250=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #158BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFA is #EA7405. Grayscale: #737373. Windows color (decimal): -15365126 or 16419605. OLE color: 16419605.

HSL color Cylindrical-coordinate representation of color #158BFA: hue angle of 209.08º 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 #158BFA is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21139250-
CMYK0.920.4400.02
HSL209.08º95.82%53.14%-
HSV(B)209.08º91.6%98.04%-
XYZ26.825.5393.96-
YUV116.37203.4159.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.12%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 250 (98.05% from 255) = 60.98%
R=5.12%
G=33.90%
B=60.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211392500.920.4400.02209.0895.8253.14
Hex158BFA5C2C02d16035
Octal25213372134540232114065
Binary1010110001011111110101011100101100010110100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158BFA; }

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

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

<style>
 a { background-color: #158BFA; }

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

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

<style>
 span { border-color: #158BFA; }

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

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