#1E66FD

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

Shades of Dodger Blue #1E66FD

Tints of Dodger Blue #1E66FD

Color information

#1E66FD (or 0x1E66FD) is unknown color: approx Dodger Blue. HEX triplet: 1E, 66 and FD. RGB value is (30,102,253). Sum of RGB (Red+Green+Blue) = 30+102+253=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E66FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E66FD is #E19902. Grayscale: #616161. Windows color (decimal): -14784771 or 16606750. OLE color: 16606750.

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

Color convert

RGB30102253-
CMYK0.880.6000.01
HSL220.63º98.24%55.49%-
HSV(B)220.63º88.14%99.22%-
XYZ23.0216.8794.97-
YUV97.69215.6579.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.79%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 253 (99.22% from 255) = 65.71%
R=7.79%
G=26.49%
B=65.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301022530.880.6000.01220.6398.2455.49
Hex1E66FD583C01dd6237
Octal36146375130740133514267
Binary11110110011011111101101100011110001110111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E66FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,102,253); }

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

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

 a { background-color: rgb(30,102,253); }

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

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

 span { border-color: rgb(30,102,253); }

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