#159DF5

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

Shades of Dodger Blue #159DF5

Tints of Dodger Blue #159DF5

Color information

#159DF5 (or 0x159DF5) is unknown color: approx Dodger Blue. HEX triplet: 15, 9D and F5. RGB value is (21,157,245). Sum of RGB (Red+Green+Blue) = 21+157+245=423 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.96% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #159DF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DF5 is #EA620A. Grayscale: #7D7D7D. Windows color (decimal): -15360523 or 16096533. OLE color: 16096533.

HSL color Cylindrical-coordinate representation of color #159DF5: hue angle of 203.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159DF5 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21157245-
CMYK0.910.3600.04
HSL203.57º91.8%52.16%-
HSV(B)203.57º91.43%96.08%-
XYZ28.8530.8790.82-
YUV126.37194.9452.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.96%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 245 (96.09% from 255) = 57.92%
R=4.96%
G=37.12%
B=57.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211572450.910.3600.04203.5791.852.16
Hex159DF55B2404cc5c34
Octal25235365133440431413464
Binary10101100111011111010110110111001000100110011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159DF5; }

 p { color: rgb(21,157,245); }

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

<style>
 a { background-color: #159DF5; }

 a { background-color: rgb(21,157,245); }

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

<style>
 span { border-color: #159DF5; }

 span { border-color: rgb(21,157,245); }

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