#1E68F9

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

Shades of Dodger Blue #1E68F9

Tints of Dodger Blue #1E68F9

Color information

#1E68F9 (or 0x1E68F9) is unknown color: approx Dodger Blue. HEX triplet: 1E, 68 and F9. RGB value is (30,104,249). Sum of RGB (Red+Green+Blue) = 30+104+249=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #1E68F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E68F9 is #E19706. Grayscale: #616161. Windows color (decimal): -14784263 or 16345118. OLE color: 16345118.

HSL color Cylindrical-coordinate representation of color #1E68F9: hue angle of 219.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E68F9 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30104249-
CMYK0.880.5800.02
HSL219.73º94.81%54.71%-
HSV(B)219.73º87.95%97.65%-
XYZ22.5817.0291.72-
YUV98.4212.9879.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.83%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 249 (97.66% from 255) = 65.01%
R=7.83%
G=27.15%
B=65.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301042490.880.5800.02219.7394.8154.71
Hex1E68F9583A02dc5f37
Octal36150371130720233413767
Binary111101101000111110011011000111010010110111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,249); }

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

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

 a { background-color: rgb(30,104,249); }

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

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

 span { border-color: rgb(30,104,249); }

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