#2685ed

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

Shades of Dodger Blue #2685ED

Tints of Dodger Blue #2685ED

Color information

#2685ED (or 0x2685ED) is unknown color: approx Dodger Blue. HEX triplet: 26, 85 and ED. RGB value is (38,133,237). Sum of RGB (Red+Green+Blue) = 38+133+237=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #2685ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2685ED is #D97A12. Grayscale: #737373. Windows color (decimal): -14252563 or 15566118. OLE color: 15566118.

HSL color Cylindrical-coordinate representation of color #2685ED: hue angle of 211.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2685ED is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38133237-
CMYK0.840.4400.07
HSL211.36º84.68%53.92%-
HSV(B)211.36º83.97%92.94%-
XYZ24.4723.383.33-
YUV116.45196.0372.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.31%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 237 (92.97% from 255) = 58.09%
R=9.31%
G=32.60%
B=58.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381332370.840.4400.07211.3684.6853.92
Hex2685ED542C07d35536
Octal46205355124540732312566
Binary100110100001011110110110101001011000111110100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2685ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2685ed; }

 p { color: rgb(38,133,237); }

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

<style>
 a { background-color: #2685ed; }

 a { background-color: rgb(38,133,237); }

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

<style>
 span { border-color: #2685ed; }

 span { border-color: rgb(38,133,237); }

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