#1E88F8

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

Shades of Dodger Blue #1E88F8

Tints of Dodger Blue #1E88F8

Color information

#1E88F8 (or 0x1E88F8) is unknown color: approx Dodger Blue. HEX triplet: 1E, 88 and F8. RGB value is (30,136,248). Sum of RGB (Red+Green+Blue) = 30+136+248=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #1E88F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E88F8 is #E17707. Grayscale: #747474. Windows color (decimal): -14776072 or 16287774. OLE color: 16287774.

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

Color convert

RGB30136248-
CMYK0.880.4500.03
HSL210.83º93.97%54.51%-
HSV(B)210.83º87.9%97.25%-
XYZ26.2824.6692.18-
YUV117.07201.8865.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.25%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 248 (97.27% from 255) = 59.90%
R=7.25%
G=32.85%
B=59.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal301362480.880.4500.03210.8393.9754.51
Hex1E88F8582D03d35e37
Octal36210370130550332313667
Binary1111010001000111110001011000101101011110100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E88F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,136,248); }

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

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

 a { background-color: rgb(30,136,248); }

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

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

 span { border-color: rgb(30,136,248); }

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