#1e79fe

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

Shades of Dodger Blue #1E79FE

Tints of Dodger Blue #1E79FE

Color information

#1E79FE (or 0x1E79FE) is unknown color: approx Dodger Blue. HEX triplet: 1E, 79 and FE. RGB value is (30,121,254). Sum of RGB (Red+Green+Blue) = 30+121+254=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E79FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E79FE is #E18601. Grayscale: #6C6C6C. Windows color (decimal): -14779906 or 16677150. OLE color: 16677150.

HSL color Cylindrical-coordinate representation of color #1E79FE: hue angle of 215.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E79FE is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB30121254-
CMYK0.880.5200.00
HSL215.62º99.12%55.69%-
HSV(B)215.62º88.19%99.61%-
XYZ25.2621.1196.51-
YUV108.95209.8571.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 254 (99.61% from 255) = 62.72%
R=7.41%
G=29.88%
B=62.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal301212540.880.5200.00215.6299.1255.69
Hex1E79FE583400d86338
Octal36171376130640033014370
Binary11110111100111111110101100011010000110110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e79fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e79fe; }

 p { color: rgb(30,121,254); }

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

<style>
 a { background-color: #1e79fe; }

 a { background-color: rgb(30,121,254); }

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

<style>
 span { border-color: #1e79fe; }

 span { border-color: rgb(30,121,254); }

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