#1391E7

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

Shades of Dodger Blue #1391E7

Tints of Dodger Blue #1391E7

Color information

#1391E7 (or 0x1391E7) is unknown color: approx Dodger Blue. HEX triplet: 13, 91 and E7. RGB value is (19,145,231). Sum of RGB (Red+Green+Blue) = 19+145+231=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #1391E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1391E7 is #EC6E18. Grayscale: #747474. Windows color (decimal): -15494681 or 15175955. OLE color: 15175955.

HSL color Cylindrical-coordinate representation of color #1391E7: hue angle of 204.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1391E7 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19145231-
CMYK0.920.3700.09
HSL204.34º84.8%49.02%-
HSV(B)204.34º91.77%90.59%-
XYZ24.8226.1679.34-
YUV117.13192.2658.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.81%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 231 (90.62% from 255) = 58.48%
R=4.81%
G=36.71%
B=58.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191452310.920.3700.09204.3484.849.02
Hex1391E75C2509cc5531
Octal232213471344501131412561
Binary100111001000111100111101110010010101001110011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1391E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1391E7; }

 p { color: rgb(19,145,231); }

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

<style>
 a { background-color: #1391E7; }

 a { background-color: rgb(19,145,231); }

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

<style>
 span { border-color: #1391E7; }

 span { border-color: rgb(19,145,231); }

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