#1E6FF3

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

Shades of Dodger Blue #1E6FF3

Tints of Dodger Blue #1E6FF3

Color information

#1E6FF3 (or 0x1E6FF3) is unknown color: approx Dodger Blue. HEX triplet: 1E, 6F and F3. RGB value is (30,111,243). Sum of RGB (Red+Green+Blue) = 30+111+243=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E6FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FF3 is #E1900C. Grayscale: #656565. Windows color (decimal): -14782477 or 15953694. OLE color: 15953694.

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

Color convert

RGB30111243-
CMYK0.880.5400.05
HSL217.18º89.87%53.53%-
HSV(B)217.18º87.65%95.29%-
XYZ22.418.1287.11-
YUV101.83207.6676.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 243 (95.31% from 255) = 63.28%
R=7.81%
G=28.91%
B=63.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal301112430.880.5400.05217.1889.8753.53
Hex1E6FF3583605d95a36
Octal36157363130660533113266
Binary1111011011111111001110110001101100101110110011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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