#1E72F9

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

Shades of Dodger Blue #1E72F9

Tints of Dodger Blue #1E72F9

Color information

#1E72F9 (or 0x1E72F9) is unknown color: approx Dodger Blue. HEX triplet: 1E, 72 and F9. RGB value is (30,114,249). Sum of RGB (Red+Green+Blue) = 30+114+249=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #1E72F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E72F9 is #E18D06. Grayscale: #676767. Windows color (decimal): -14781703 or 16347678. OLE color: 16347678.

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

Color convert

RGB30114249-
CMYK0.880.5400.02
HSL216.99º94.81%54.71%-
HSV(B)216.99º87.95%97.65%-
XYZ23.6519.1592.07-
YUV104.27209.6775.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.63%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 249 (97.66% from 255) = 63.36%
R=7.63%
G=29.01%
B=63.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301142490.880.5400.02216.9994.8154.71
Hex1E72F9583602d95f37
Octal36162371130660233113767
Binary111101110010111110011011000110110010110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E72F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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