Html Css Color HEX #0780EF Dodger Blue

📋 copy color: '#0780EF'

red 7 ◦ green 128 ◦ blue 239

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

Shades of Dodger Blue #0780EF

Tints of Dodger Blue #0780EF

RGB

 RED value IS 7 (3.13% from 255) = 1.87%

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 1.87%
G = 34.22%
B = 63.9%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0780EF (or 0x0780EF) is known color: Dodger Blue. HEX triplet: 07, 80 and EF. RGB value is (7,128,239). Sum of RGB (Red+Green+Blue) = 7+128+239=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #0780EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780EF is #F87F10. Grayscale: #676767. Windows color (decimal): -16285457 or 15695879. OLE color: 15695879.

HSL color Cylindrical-coordinate representation of color #0780EF: hue angle of 208.71º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0780EF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 128 239 -
CMYK 0.97 0.46 0 0.06
HSL 208.71º 0.94% 0.48% -
HSV(B) 208.71º 0.97% 0.94% -
XYZ 23.39 21.72 84.62 -
YUV 104.48 203.91 58.47 -
System Red Green Blue C M Y K H S L
Decimal 7 128 239 0.97 0.46 0 0.06 208.71 0.94 0.48
Hex 7 80 EF 61 2E 0 6 D1 5E 30
Octal 7 200 357 141 56 0 6 321 136 60
Binary 111 10000000 11101111 1100001 101110 0 110 11010001 1011110 110000

Color Harmonies of #0780EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0780EF

Black with #0780EF

Text Example


Text Example

White with #0780EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0780EF; }

 p { color: rgb(7,128,239); }

 H1.HeaderClassName
 {
   color: #0780EF;
 }
 .AnyTagClassName
 {
   color: #0780EF;
 }
</style>

background-color css

<style>
 a { background-color: #0780EF; }

 a { background-color: rgb(7,128,239); }

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

border-color css

<style>
 span { border-color: #0780EF; }

 span { border-color: rgb(7,128,239); }

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