Html Css Color HEX #2684DC Dodger Blue

📋 copy color: '#2684DC'

red 38 ◦ green 132 ◦ blue 220

#2684DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2684DC

Tints of Dodger Blue #2684DC

RGB

 RED value IS 38 (15.23% from 255) = 9.74%

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 9.74%
G = 33.85%
B = 56.41%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2684DC (or 0x2684DC) is known color: Dodger Blue. HEX triplet: 26, 84 and DC. RGB value is (38,132,220). Sum of RGB (Red+Green+Blue) = 38+132+220=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #2684DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2684DC is #D97B23. Grayscale: #717171. Windows color (decimal): -14252836 or 14451750. OLE color: 14451750.

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

Color convert

RGB 38 132 220 -
CMYK 0.83 0.40 0 0.14
HSL 209.01º 0.72% 0.51% -
HSV(B) 209.01º 0.83% 0.86% -
XYZ 21.97 22.08 70.81 -
YUV 113.93 187.86 73.84 -
System Red Green Blue C M Y K H S L
Decimal 38 132 220 0.83 0.40 0 0.14 209.01 0.72 0.51
Hex 26 84 DC 53 28 0 E D1 48 33
Octal 46 204 334 123 50 0 16 321 110 63
Binary 100110 10000100 11011100 1010011 101000 0 1110 11010001 1001000 110011

Color Harmonies of #2684DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2684DC

Black with #2684DC

Text Example


Text Example

White with #2684DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2684DC;
 }
 .AnyTagClassName
 {
   color: #2684DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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