#1E76FD

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

Shades of Dodger Blue #1E76FD

Tints of Dodger Blue #1E76FD

Color information

#1E76FD (or 0x1E76FD) is unknown color: approx Dodger Blue. HEX triplet: 1E, 76 and FD. RGB value is (30,118,253). Sum of RGB (Red+Green+Blue) = 30+118+253=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E76FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E76FD is #E18902. Grayscale: #6A6A6A. Windows color (decimal): -14780675 or 16610846. OLE color: 16610846.

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

Color convert

RGB30118253-
CMYK0.880.5300.01
HSL216.32º98.24%55.49%-
HSV(B)216.32º88.14%99.22%-
XYZ24.7420.3295.55-
YUV107.08210.3573.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.48%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 253 (99.22% from 255) = 63.09%
R=7.48%
G=29.43%
B=63.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301182530.880.5300.01216.3298.2455.49
Hex1E76FD583501d86237
Octal36166375130650133014267
Binary11110111011011111101101100011010101110110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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