#1E76F3

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

Shades of Dodger Blue #1E76F3

Tints of Dodger Blue #1E76F3

Color information

#1E76F3 (or 0x1E76F3) is unknown color: approx Dodger Blue. HEX triplet: 1E, 76 and F3. RGB value is (30,118,243). Sum of RGB (Red+Green+Blue) = 30+118+243=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E76F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E76F3 is #E1890C. Grayscale: #696969. Windows color (decimal): -14780685 or 15955486. OLE color: 15955486.

HSL color Cylindrical-coordinate representation of color #1E76F3: hue angle of 215.21º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E76F3 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB30118243-
CMYK0.880.5100.05
HSL215.21º89.87%53.53%-
HSV(B)215.21º87.65%95.29%-
XYZ23.1919.787.37-
YUV105.94205.3573.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.67%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 243 (95.31% from 255) = 62.15%
R=7.67%
G=30.18%
B=62.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal301182430.880.5100.05215.2189.8753.53
Hex1E76F3583305d75a36
Octal36166363130630532713266
Binary1111011101101111001110110001100110101110101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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