#2680EB

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

Shades of Dodger Blue #2680EB

Tints of Dodger Blue #2680EB

Color information

#2680EB (or 0x2680EB) is unknown color: approx Dodger Blue. HEX triplet: 26, 80 and EB. RGB value is (38,128,235). Sum of RGB (Red+Green+Blue) = 38+128+235=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #2680EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2680EB is #D97F14. Grayscale: #707070. Windows color (decimal): -14253845 or 15433766. OLE color: 15433766.

HSL color Cylindrical-coordinate representation of color #2680EB: hue angle of 212.59º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2680EB is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38128235-
CMYK0.840.4600.08
HSL212.59º83.12%53.53%-
HSV(B)212.59º83.83%92.16%-
XYZ23.5121.8581.58-
YUV113.29196.6874.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.48%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 235 (92.19% from 255) = 58.60%
R=9.48%
G=31.92%
B=58.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal381282350.840.4600.08212.5983.1253.53
Hex2680EB542E08d55336
Octal462003531245601032512366
Binary1001101000000011101011101010010111001000110101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2680EB; }

 p { color: rgb(38,128,235); }

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

<style>
 a { background-color: #2680EB; }

 a { background-color: rgb(38,128,235); }

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

<style>
 span { border-color: #2680EB; }

 span { border-color: rgb(38,128,235); }

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