#2786F2

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

Shades of Dodger Blue #2786F2

Tints of Dodger Blue #2786F2

Color information

#2786F2 (or 0x2786F2) is unknown color: approx Dodger Blue. HEX triplet: 27, 86 and F2. RGB value is (39,134,242). Sum of RGB (Red+Green+Blue) = 39+134+242=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #2786F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2786F2 is #D8790D. Grayscale: #757575. Windows color (decimal): -14186766 or 15894055. OLE color: 15894055.

HSL color Cylindrical-coordinate representation of color #2786F2: hue angle of 211.92º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2786F2 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB39134242-
CMYK0.840.4500.05
HSL211.92º88.65%55.1%-
HSV(B)211.92º83.88%94.9%-
XYZ25.3923.8987.28-
YUV117.91198.0371.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.40%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 242 (94.92% from 255) = 58.31%
R=9.40%
G=32.29%
B=58.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal391342420.840.4500.05211.9288.6555.1
Hex2786F2542D05d45937
Octal47206362124550532413167
Binary100111100001101111001010101001011010101110101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2786F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2786F2; }

 p { color: rgb(39,134,242); }

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

<style>
 a { background-color: #2786F2; }

 a { background-color: rgb(39,134,242); }

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

<style>
 span { border-color: #2786F2; }

 span { border-color: rgb(39,134,242); }

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