#1E74FD

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

Shades of Dodger Blue #1E74FD

Tints of Dodger Blue #1E74FD

Color information

#1E74FD (or 0x1E74FD) is unknown color: approx Dodger Blue. HEX triplet: 1E, 74 and FD. RGB value is (30,116,253). Sum of RGB (Red+Green+Blue) = 30+116+253=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E74FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E74FD is #E18B02. Grayscale: #696969. Windows color (decimal): -14781187 or 16610334. OLE color: 16610334.

HSL color Cylindrical-coordinate representation of color #1E74FD: hue angle of 216.86º 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 #1E74FD is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB30116253-
CMYK0.880.5400.01
HSL216.86º98.24%55.49%-
HSV(B)216.86º88.14%99.22%-
XYZ24.5119.8695.47-
YUV105.9211.0173.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.52%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=7.52%
G=29.07%
B=63.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301162530.880.5400.01216.8698.2455.49
Hex1E74FD583601d96237
Octal36164375130660133114267
Binary11110111010011111101101100011011001110110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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