#139DF8

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

Shades of Dodger Blue #139DF8

Tints of Dodger Blue #139DF8

Color information

#139DF8 (or 0x139DF8) is unknown color: approx Dodger Blue. HEX triplet: 13, 9D and F8. RGB value is (19,157,248). Sum of RGB (Red+Green+Blue) = 19+157+248=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #139DF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DF8 is #EC6207. Grayscale: #7D7D7D. Windows color (decimal): -15491592 or 16293139. OLE color: 16293139.

HSL color Cylindrical-coordinate representation of color #139DF8: hue angle of 203.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139DF8 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19157248-
CMYK0.920.3700.03
HSL203.84º94.24%52.35%-
HSV(B)203.84º92.34%97.25%-
XYZ29.2731.0393.25-
YUV126.11196.7851.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.48%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 248 (97.27% from 255) = 58.49%
R=4.48%
G=37.03%
B=58.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal191572480.920.3700.03203.8494.2452.35
Hex139DF85C2503cc5e34
Octal23235370134450331413664
Binary1001110011101111110001011100100101011110011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139DF8; }

 p { color: rgb(19,157,248); }

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

<style>
 a { background-color: #139DF8; }

 a { background-color: rgb(19,157,248); }

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

<style>
 span { border-color: #139DF8; }

 span { border-color: rgb(19,157,248); }

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