#2780DB

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

Shades of Dodger Blue #2780DB

Tints of Dodger Blue #2780DB

Color information

#2780DB (or 0x2780DB) is unknown color: approx Dodger Blue. HEX triplet: 27, 80 and DB. RGB value is (39,128,219). Sum of RGB (Red+Green+Blue) = 39+128+219=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2780DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780DB is #D87F24. Grayscale: #6F6F6F. Windows color (decimal): -14188325 or 14385191. OLE color: 14385191.

HSL color Cylindrical-coordinate representation of color #2780DB: hue angle of 210.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2780DB is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB39128219-
CMYK0.820.4200.14
HSL210.33º71.43%50.59%-
HSV(B)210.33º82.19%85.88%-
XYZ21.3420.9869.94-
YUV111.76188.5176.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 219 (85.94% from 255) = 56.74%
R=10.10%
G=33.16%
B=56.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal391282190.820.4200.14210.3371.4350.59
Hex2780DB522A0Ed24733
Octal472003331225201632210763
Binary1001111000000011011011101001010101001110110100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2780DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,128,219); }

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

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

 a { background-color: rgb(39,128,219); }

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

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

 span { border-color: rgb(39,128,219); }

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