#2684DB

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

Shades of Dodger Blue #2684DB

Tints of Dodger Blue #2684DB

Color information

#2684DB (or 0x2684DB) is unknown color: approx Dodger Blue. HEX triplet: 26, 84 and DB. RGB value is (38,132,219). Sum of RGB (Red+Green+Blue) = 38+132+219=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #2684DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2684DB is #D97B24. Grayscale: #717171. Windows color (decimal): -14252837 or 14386214. OLE color: 14386214.

HSL color Cylindrical-coordinate representation of color #2684DB: hue angle of 208.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2684DB is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38132219-
CMYK0.830.4000.14
HSL208.84º71.54%50.39%-
HSV(B)208.84º82.65%85.88%-
XYZ21.8422.0370.12-
YUV113.81187.3673.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.77%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=9.77%
G=33.93%
B=56.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal381322190.830.4000.14208.8471.5450.39
Hex2684DB53280Ed14832
Octal462043331235001632111062
Binary1001101000010011011011101001110100001110110100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2684DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2684DB; }

 p { color: rgb(38,132,219); }

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

<style>
 a { background-color: #2684DB; }

 a { background-color: rgb(38,132,219); }

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

<style>
 span { border-color: #2684DB; }

 span { border-color: rgb(38,132,219); }

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