Html Css Color HEX #2780DB Dodger Blue

📋 copy color: '#2780DB'

red 39 ◦ green 128 ◦ blue 219

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

Shades of Dodger Blue #2780DB

Tints of Dodger Blue #2780DB

RGB

 RED value IS 39 (15.63% from 255) = 10.1%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 10.1%
G = 33.16%
B = 56.74%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2780DB (or 0x2780DB) is known color: 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

RGB 39 128 219 -
CMYK 0.82 0.42 0 0.14
HSL 210.33º 0.71% 0.51% -
HSV(B) 210.33º 0.82% 0.86% -
XYZ 21.34 20.98 69.94 -
YUV 111.76 188.51 76.1 -
System Red Green Blue C M Y K H S L
Decimal 39 128 219 0.82 0.42 0 0.14 210.33 0.71 0.51
Hex 27 80 DB 52 2A 0 E D2 47 33
Octal 47 200 333 122 52 0 16 322 107 63
Binary 100111 10000000 11011011 1010010 101010 0 1110 11010010 1000111 110011

Color Harmonies of #2780DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2780DB

Black with #2780DB

Text Example


Text Example

White with #2780DB

Text Example


Text Example

HTML Codes & Css Web 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>