#1E98F7

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

Shades of Dodger Blue #1E98F7

Tints of Dodger Blue #1E98F7

Color information

#1E98F7 (or 0x1E98F7) is unknown color: approx Dodger Blue. HEX triplet: 1E, 98 and F7. RGB value is (30,152,247). Sum of RGB (Red+Green+Blue) = 30+152+247=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 247 (96.88% from 255 or 57.58% from 429); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E98F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E98F7 is #E16708. Grayscale: #7D7D7D. Windows color (decimal): -14771977 or 16226334. OLE color: 16226334.

HSL color Cylindrical-coordinate representation of color #1E98F7: hue angle of 206.27º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E98F7 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB30152247-
CMYK0.880.3800.03
HSL206.27º93.13%54.31%-
HSV(B)206.27º87.85%96.86%-
XYZ28.5529.4592.17-
YUV126.35196.0859.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.99%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 247 (96.88% from 255) = 57.58%
R=6.99%
G=35.43%
B=57.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal301522470.880.3800.03206.2793.1354.31
Hex1E98F7582603ce5d36
Octal36230367130460331613566
Binary1111010011000111101111011000100110011110011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,152,247); }

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

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

 a { background-color: rgb(30,152,247); }

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

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

 span { border-color: rgb(30,152,247); }

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